Skip to content

Commit

Permalink
rm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Jun 17, 2024
1 parent 364812e commit 9a88c08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

tokio = { version = "1.37" }

[patch.crates-io]
foundry-compilers-project = { git = "https://github.com/foundry-rs/compilers", rev = "a13211c" }
2 changes: 1 addition & 1 deletion crates/block-explorers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = "1.0"
tracing = "0.1.37"
semver = "1.0"

foundry-compilers = { package = "foundry-compilers-project", version = "0.7", optional = true }
foundry-compilers = { package = "foundry-compilers-project", version = "0.8", optional = true }

[dev-dependencies]
tempfile = "3.8"
Expand Down

0 comments on commit 9a88c08

Please sign in to comment.