Skip to content

Commit 2621be5

Browse files
committed
♻️ Upgrade to Solidity 0.8.36
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent f7a79a3 commit 2621be5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "bf647bd6046f2f7da30d0c2bf435e5c76a780c1b"
5+
"rev": "5cf980eefbf8a54050628334163127ed35453558"
66
}
77
}
88
}

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.35" # override for the solc version
8+
solc_version = "0.8.36" # override for the solc version
99
ignored_error_codes = [2_424, 4_591] # ignore the deprecated `memory-safe-assembly` warning and the warning about too many warnings
1010
evm_version = "osaka" # set the EVM target version
1111
optimizer = true # enable the solc optimiser

lib/forge-std

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.35;
2+
pragma solidity 0.8.36;
33

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

0 commit comments

Comments
 (0)