Skip to content

Commit 8f9fe34

Browse files
authored
Merge pull request #100 from silicon-heaven/dependabot-tungstenite
dependabot: Add tungstenite to major bump
2 parents b5773d0 + df4ac29 commit 8f9fe34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ updates:
2222
cargo-shv-major:
2323
patterns:
2424
- shvproto
25-
- shvrpc
25+
- tungstenite
2626
update-types:
2727
- major
2828
cargo-minor-patch:
2929
patterns:
3030
- '*'
3131
exclude-patterns:
3232
- shvproto
33-
- shvrpc
33+
- tungstenite
3434
update-types:
3535
- major

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvrpc"
33
description = "Rust implementation of the SHV-RPC protocol"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/libshvrpc-rs"
6-
version = "15.0.2"
6+
version = "15.0.3"
77
edition = "2024"
88

99
[dependencies]

0 commit comments

Comments
 (0)