Skip to content

Commit 7ea163d

Browse files
authored
fix: silence cargo install dependency warnings (#14926)
1 parent 0659e1d commit 7ea163d

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ snapbox = { version = "0.6", features = ["json", "regex", "term-svg"] }
538538
idna_adapter = "=1.1.0"
539539

540540
[patch.crates-io]
541-
# https://github.com/rust-cli/rexpect/pull/106
542-
rexpect = { git = "https://github.com/rust-cli/rexpect", rev = "2ed0b1898d7edaf6a85bedbae71a01cc578958fc" }
543-
544541
## alloy-core
545542
# alloy-dyn-abi = { path = "../../alloy-rs/core/crates/dyn-abi" }
546543
# alloy-json-abi = { path = "../../alloy-rs/core/crates/json-abi" }

crates/chisel/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ tracing-subscriber.workspace = true
6060
# REPL tests only work on Unix.
6161
[target.'cfg(unix)'.dev-dependencies]
6262
foundry-test-utils.workspace = true
63-
rexpect = "0.6"
63+
# https://github.com/rust-cli/rexpect/pull/106
64+
rexpect = { git = "https://github.com/rust-cli/rexpect", rev = "2ed0b1898d7edaf6a85bedbae71a01cc578958fc" }
6465

6566
[features]
6667
default = ["jemalloc", "asm-keccak", "optimism"]

0 commit comments

Comments
 (0)