Skip to content

Commit 451359c

Browse files
committed
🔁 Update Dependencies and Solidity Version
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent bec8860 commit 451359c

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": "8987040ede9553cea20c95ad40d0455930f9c8e0"
5+
"rev": "620536fa5277db4e3fd46772d5cbc1ea0696fb43"
66
}
77
}
88
}

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ out = "out" # the output directory (for artifacts)
66
libs = ["lib"] # a list of library directories
77
cache = true # cache the builds
88
cache_path = "cache" # where the cache is stored
9-
solc_version = "0.8.34" # override for the solc version
9+
solc_version = "0.8.35" # override for the solc version
1010
ignored_error_codes = [2_424, 4_591] # ignore the deprecated `memory-safe-assembly` warning and the warning about too many warnings
1111
evm_version = "osaka" # set the EVM target version (force using the `PUSH0`, `cancun`, and `osaka` opcodes)
1212
optimizer = true # enable the solc optimiser

test/Store.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.34;
2+
pragma solidity 0.8.35;
33

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

0 commit comments

Comments
 (0)