We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.8.29
1 parent 9a852f4 commit fb5584dCopy full SHA for fb5584d
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.28" # override for the solc version
+solc_version = "0.8.29" # override for the solc version
9
evm_version = "cancun" # set the EVM target version
10
optimizer = true # enable the solc optimiser
11
optimizer_runs = 999_999 # the number of optimiser runs
test/MetamorphicContract.t.sol
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: WTFPL
2
-pragma solidity 0.8.28;
+pragma solidity 0.8.29;
3
4
import {Test} from "forge-std/Test.sol";
0 commit comments