1 parent b6c3033 commit 7da7578Copy full SHA for 7da7578
2 files changed
foundry.toml
@@ -5,7 +5,7 @@ out = "out" # the output directory (for artifacts)
5
libs = ["lib"] # a list of library directories
6
cache = true # whether to cache builds or not
7
cache_path = "cache" # where the cache is stored if enabled
8
-solc_version = "0.8.34" # override for the solc version
+solc_version = "0.8.35" # override for the solc version
9
ignored_error_codes = [2_424, 4_591] # ignore the deprecated `memory-safe-assembly` warning and the warning about too many warnings
10
evm_version = "osaka" # set the EVM target version
11
optimizer = true # enable the solc optimiser
test/MetamorphicContract.t.sol
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: WTFPL
2
-pragma solidity 0.8.34;
+pragma solidity 0.8.35;
3
4
import {Test} from "forge-std/Test.sol";
0 commit comments