Skip to content

Commit 85a775b

Browse files
author
Martin Špirk
committed
handle SIGTERM
1 parent c547b7b commit 85a775b

4 files changed

Lines changed: 244 additions & 30 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
/.idea
3+
/.qtcreator

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
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.11.19"
6+
version = "3.11.20"
77
edition = "2024"
88

99
[[bin]]
@@ -30,6 +30,7 @@ futures-rustls = "0.26.0"
3030
rustls-pemfile = "2.2.0"
3131
rustls-platform-verifier = "0.7.0"
3232
async-channel = "2.3.1"
33+
async-signal = "0.2.13"
3334
serialport = { version = "4.7.1", optional = true }
3435

3536
# For local development

0 commit comments

Comments
 (0)