Skip to content

Commit

Permalink
chore: bump compilers (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored Nov 18, 2024
1 parent a4582e4 commit 56d411a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/block-explorers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thiserror = "1.0"
tracing = "0.1.37"
semver = "1.0"

foundry-compilers = { version = "0.11", optional = true }
foundry-compilers = { version = "0.12", optional = true }

[dev-dependencies]
tempfile = "3.8"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ allow = [
"LicenseRef-webpki",
"BSL-1.0",
"Unicode-3.0",
"Zlib",
]

exceptions = [
Expand Down

0 comments on commit 56d411a

Please sign in to comment.