Skip to content

Commit

Permalink
pin clap to 4.4.18 (last version supporting rustc 1.70.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Feb 12, 2024
1 parent d278c56 commit 0917fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fido-mds = { path = "./fido-mds" }

async-std = { version = "1.6", features = ["attributes"] }
base64 = "0.21"
clap = { version = "^4.2.4", features = ["derive", "env"] }
clap = { version = "=4.4.18", features = ["derive", "env"] }
compact_jwt = "0.2.3"
futures = "^0.3.25"
hex = "0.4.3"
Expand Down

0 comments on commit 0917fab

Please sign in to comment.