We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5773d0 + df4ac29 commit 8f9fe34Copy full SHA for 8f9fe34
2 files changed
.github/dependabot.yml
@@ -22,14 +22,14 @@ updates:
22
cargo-shv-major:
23
patterns:
24
- shvproto
25
- - shvrpc
+ - tungstenite
26
update-types:
27
- major
28
cargo-minor-patch:
29
30
- '*'
31
exclude-patterns:
32
33
34
35
Cargo.toml
@@ -3,7 +3,7 @@ name = "shvrpc"
3
description = "Rust implementation of the SHV-RPC protocol"
4
license = "MIT"
5
repository = "https://github.com/silicon-heaven/libshvrpc-rs"
6
-version = "15.0.2"
+version = "15.0.3"
7
edition = "2024"
8
9
[dependencies]
0 commit comments