Skip to content

Commit

Permalink
feat: update solidity 0.8.23 test (#6259)
Browse files Browse the repository at this point in the history
* chore: 0.8.23

* chore: update svm
  • Loading branch information
Evalir authored Nov 9, 2023
1 parent 6447f96 commit 57180fc
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 @@ -10,7 +10,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, 22);
const LATEST_SOLC: Version = Version::new(0, 8, 23);

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

0 comments on commit 57180fc

Please sign in to comment.