Skip to content

Commit

Permalink
Lock clap to 4.4.11 as clap 4.5 is incompatible with rustc 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Mar 19, 2024
1 parent b500020 commit 110ab96
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
46 changes: 21 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ wasmer = { version = "=4.2.7", path = "lib/api", features = [
] }
anyhow = "1.0"
criterion = { version = "0.5", default-features = false }
clap = { version = "=4.4.11" }
clap_builder = { version = "=4.4.11" }
clap_derive = { version = "=4.4.7" }
clap_lex = { version = "=0.6.0" }
lazy_static = "1.4"
serial_test = { version = "2.0", default-features = false }
compiler-test-derive = { path = "tests/lib/compiler-test-derive" }
Expand Down
4 changes: 4 additions & 0 deletions lib/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ blake3 = "1.0"

[dev-dependencies]
criterion = { version = "0.5", default-features = false }
clap = { version = "=4.4.11" }
clap_builder = { version = "=4.4.11" }
clap_derive = { version = "=4.4.7" }
clap_lex = { version = "=0.6.0" }
tempfile = "3.6.0"
rand = "0.8.3"
wasmer = { path = "../api", version = "=4.2.7", default-features = false, features = ["sys", "cranelift"] }
Expand Down

0 comments on commit 110ab96

Please sign in to comment.