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.
1 parent d9fbafa commit 1187321Copy full SHA for 1187321
Cargo.toml
@@ -26,12 +26,12 @@ libiio_v0_19 = ["libiio-sys/libiio_v0_19"]
26
libiio-sys = { version = "0.4", path = "libiio-sys", default-features = false }
27
thiserror = "1.0"
28
nix = "0.29"
29
-clap = { version = "3.2", features = ["cargo"], optional = true }
+clap = { version = "4.4", features = ["cargo"], optional = true }
30
31
[dev-dependencies]
32
schedule_recv = "0.1"
33
chrono = { version = "0.4" }
34
-clap = { version = "3.2", features = ["cargo"] }
+clap = { version = "4.4", features = ["cargo"] }
35
ctrlc = "3.2"
36
anyhow = "1.0"
37
0 commit comments