Skip to content

Commit 1187321

Browse files
committed
#31: Upgraded clap dependency to v4.4 (latest supported by MSRV 1.73)
1 parent d9fbafa commit 1187321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ libiio_v0_19 = ["libiio-sys/libiio_v0_19"]
2626
libiio-sys = { version = "0.4", path = "libiio-sys", default-features = false }
2727
thiserror = "1.0"
2828
nix = "0.29"
29-
clap = { version = "3.2", features = ["cargo"], optional = true }
29+
clap = { version = "4.4", features = ["cargo"], optional = true }
3030

3131
[dev-dependencies]
3232
schedule_recv = "0.1"
3333
chrono = { version = "0.4" }
34-
clap = { version = "3.2", features = ["cargo"] }
34+
clap = { version = "4.4", features = ["cargo"] }
3535
ctrlc = "3.2"
3636
anyhow = "1.0"
3737

0 commit comments

Comments
 (0)