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 8bf6009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] }
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" }
tokio = { version = "1.37" }
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 = { version = "0.8", optional = true }

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

0 comments on commit 8bf6009

Please sign in to comment.