Skip to content

Commit

Permalink
chore(interop): Lock clap version to 4.0 (#1240)
Browse files Browse the repository at this point in the history
* chore(interop): Lock clap version to 4.0

* chore(interop): Lock clap_lex to 0.3.0
  • Loading branch information
tottoto authored Jan 17, 2023
1 parent e2b1e60 commit 4c69157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ path = "src/bin/server.rs"

[dependencies]
async-stream = "0.3"
clap = {version = "4.0.26", features = ["derive"]}
clap = {version = ">=4.0.26, <4.1", features = ["derive"]}
clap_lex = "=0.3.0" # keeps msrv to 1.60
console = "0.15"
futures-core = "0.3"
futures-util = "0.3"
Expand Down

0 comments on commit 4c69157

Please sign in to comment.