Skip to content

Commit

Permalink
feat: support solc 0.8.26 (#7968)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored May 21, 2024
1 parent 28ccb97 commit 23700c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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;
/// 3. svm bumped in foundry-compilers
/// 4. foundry-compilers update with any breaking changes
/// 5. upgrade the `LATEST_SOLC`
const LATEST_SOLC: Version = Version::new(0, 8, 25);
const LATEST_SOLC: Version = Version::new(0, 8, 26);

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

0 comments on commit 23700c9

Please sign in to comment.