@@ -15,21 +15,21 @@ rust-version = "1.85.0"
1515
1616[workspace .dependencies ]
1717lld-sys = { version = " 0.1.0" , path = " crates/lld-sys" }
18- resolc = { version = " 0.4 .0" , path = " crates/resolc" , default-features = false }
18+ resolc = { version = " 0.5 .0" , path = " crates/resolc" , default-features = false }
1919revive-benchmarks = { version = " 0.1.0" , path = " crates/benchmarks" }
2020revive-build-utils = { version = " 0.2.0" , path = " crates/build-utils" }
2121revive-builtins = { version = " 0.1.0" , path = " crates/builtins" }
2222revive-common = { version = " 0.2.1" , path = " crates/common" }
2323revive-differential = { version = " 0.2.0" , path = " crates/differential" }
2424revive-explorer = { version = " 0.1.0" , path = " crates/explore" }
25- revive-integration = { version = " 0.2 .0" , path = " crates/integration" }
25+ revive-integration = { version = " 0.3 .0" , path = " crates/integration" }
2626revive-linker = { version = " 0.2.0" , path = " crates/linker" }
2727revive-llvm-context = { version = " 0.5.0" , path = " crates/llvm-context" }
28- revive-runner = { version = " 0.2 .0" , path = " crates/runner" }
29- revive-runtime-api = { version = " 0.3 .0" , path = " crates/runtime-api" }
28+ revive-runner = { version = " 0.3 .0" , path = " crates/runner" }
29+ revive-runtime-api = { version = " 0.4 .0" , path = " crates/runtime-api" }
3030revive-solc-json-interface = { version = " 0.4.0" , path = " crates/solc-json-interface" , default-features = false }
3131revive-stdlib = { version = " 0.2.0" , path = " crates/stdlib" }
32- revive-yul = { version = " 0.3.1 " , path = " crates/yul" }
32+ revive-yul = { version = " 0.4.0 " , path = " crates/yul" }
3333
3434hex = " 0.4.3"
3535cc = " 1.2"
0 commit comments