Skip to content

Commit 16d91fa

Browse files
committed
bump compilers to v0.19.5
1 parent b0796a5 commit 16d91fa

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ foundry-linking = { path = "crates/linking" }
209209

210210
# solc & compilation utilities
211211
foundry-block-explorers = { version = "0.22.0", default-features = false }
212-
foundry-compilers = { version = "0.19.4", default-features = false, features = [
212+
foundry-compilers = { version = "0.19.5", default-features = false, features = [
213213
"rustls",
214214
"svm-solc",
215215
] }
@@ -427,7 +427,7 @@ rexpect = { git = "https://github.com/rust-cli/rexpect", rev = "2ed0b1898d7edaf6
427427

428428
## foundry
429429
# foundry-block-explorers = { git = "https://github.com/foundry-rs/block-explorers.git", rev = "f5b46b2" }
430-
foundry-compilers = { git = "https://github.com/foundry-rs/compilers.git", branch = "main" }
430+
# foundry-compilers = { git = "https://github.com/foundry-rs/compilers.git", branch = "main" }
431431
# foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "eee6563" }
432432

433433
# solar

0 commit comments

Comments
 (0)