mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore: update clap dependency version to 4.5.30
This commit is contained in:
@@ -18,7 +18,7 @@ path = "src/lib.rs"
|
||||
bincode = "1.3.3"
|
||||
# clap has to be pinned as its minimum supported rust version
|
||||
# changes often between minor releases, which breaks our CI
|
||||
clap = { version = "=4.4.4", features = ["derive"] }
|
||||
clap = { version = "=4.5.30", features = ["derive"] }
|
||||
criterion = "0.5.1"
|
||||
dyn-stack = { workspace = true, features = ["default"] }
|
||||
itertools = "0.14"
|
||||
|
||||
Reference in New Issue
Block a user