Skip to content

Commit

Permalink
build(deps): bump foundry-compilers from 0.12.9 to 0.13.1 (#2274)
Browse files Browse the repository at this point in the history
Bumps [foundry-compilers](https://github.com/foundry-rs/compilers) from 0.12.9 to 0.13.1.
- [Changelog](https://github.com/foundry-rs/compilers/blob/main/CHANGELOG.md)
- [Commits](foundry-rs/compilers@v0.12.9...v0.13.1)

---
updated-dependencies:
- dependency-name: foundry-compilers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent fe77c75 commit 4b1a593
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 23 deletions.
85 changes: 63 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ thiserror = "2.0.11"
lru-mem = "0.3.0"
opentelemetry-semantic-conventions = { version = "0.27.0", features = ["semconv_experimental"] }
semver = "1.0.23"
foundry-compilers = { version = "0.12.9", features = ["svm-solc"] }
foundry-compilers = { version = "0.13.1", features = ["svm-solc"] }

[dev-dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["network", "rand", "signers", "signer-local"] }
Expand Down

0 comments on commit 4b1a593

Please sign in to comment.