Skip to content

Commit 966c75c

Browse files
authored
Merge pull request #41 from silicon-heaven/update-libshvrpc
Update libshvrpc
2 parents 8ce099c + 74d8d87 commit 966c75c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.10.2"
6+
version = "3.10.3"
77
edition = "2024"
88

99
[[bin]]
@@ -16,7 +16,7 @@ serial = ["dep:serialport"]
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
[dependencies]
1818
shvproto = "6.0.2"
19-
shvrpc = "12.0.1"
19+
shvrpc = "13.3.0"
2020
futures = "0.3.32"
2121
smol = "2"
2222
log = "0.4.20"

0 commit comments

Comments
 (0)