Skip to content

Commit fb5584d

Browse files
committed
♻️ Upgrade to Solidity Version 0.8.29
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 9a852f4 commit fb5584d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ out = "out" # the output directory (for artifacts)
55
libs = ["lib"] # a list of library directories
66
cache = true # whether to cache builds or not
77
cache_path = "cache" # where the cache is stored if enabled
8-
solc_version = "0.8.28" # override for the solc version
8+
solc_version = "0.8.29" # override for the solc version
99
evm_version = "cancun" # set the EVM target version
1010
optimizer = true # enable the solc optimiser
1111
optimizer_runs = 999_999 # the number of optimiser runs

test/MetamorphicContract.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: WTFPL
2-
pragma solidity 0.8.28;
2+
pragma solidity 0.8.29;
33

44
import {Test} from "forge-std/Test.sol";
55

0 commit comments

Comments
 (0)