Skip to content

Commit 9db6afb

Browse files
committed
bump solc version to prague compatible one
1 parent 898bcbb commit 9db6afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/tests/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ fn can_compile_std_json_input() {
27032703
assert!(input.sources.contains_key(Path::new("lib/ds-test/src/test.sol")));
27042704

27052705
// should be installed
2706-
if let Ok(solc) = Solc::find_or_install(&Version::new(0, 8, 24)) {
2706+
if let Ok(solc) = Solc::find_or_install(&Version::new(0, 8, 30)) {
27072707
let out = solc.compile(&input).unwrap();
27082708
assert!(out.errors.is_empty());
27092709
assert!(out.sources.contains_key(Path::new("lib/ds-test/src/test.sol")));

0 commit comments

Comments
 (0)