Skip to content

Commit

Permalink
feat: v0.8.22 support (#6168)
Browse files Browse the repository at this point in the history
* chore: update LATEST_SOLC

* feat: update lock
  • Loading branch information
Evalir authored Oct 30, 2023
1 parent dee4181 commit 037b3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/forge/tests/cli/svm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use svm::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, 21);
const LATEST_SOLC: Version = Version::new(0, 8, 22);

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

0 comments on commit 037b3bc

Please sign in to comment.