Skip to content

Commit

Permalink
chore(deps): bump svm-rs, svm-rs-builds and update LATEST_SOLC (#…
Browse files Browse the repository at this point in the history
…4975)

* chore: bump svm-rs and svm-rs-builds

* chore: update LATEST_SOLC
  • Loading branch information
Evalir committed May 18, 2023
1 parent b294694 commit 8cc509e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 91 deletions.
102 changes: 12 additions & 90 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 cli/tests/it/svm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use svm::{self, Platform};
/// 2. svm updated with all build info
/// 3. svm bumped in ethers-rs
/// 4. ethers bumped in foundry + update the `LATEST_SOLC`
const LATEST_SOLC: Version = Version::new(0, 8, 19);
const LATEST_SOLC: Version = Version::new(0, 8, 20);

macro_rules! ensure_svm_releases {
($($test:ident => $platform:ident),*) => {
Expand Down

0 comments on commit 8cc509e

Please sign in to comment.