@@ -4,7 +4,7 @@ resolver = "2"
44
55[workspace .package ]
66authors = [" Foundry Maintainers" ]
7- version = " 0.18.2 "
7+ version = " 0.18.4 "
88rust-version = " 1.88"
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
@@ -36,11 +36,11 @@ redundant-lifetimes = "warn"
3636all = " warn"
3737
3838[workspace .dependencies ]
39- foundry-compilers = { path = " crates/compilers" , version = " 0.18.2 " }
40- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.18.2 " }
41- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.18.2 " }
42- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.18.2 " }
43- foundry-compilers-core = { path = " crates/core" , version = " 0.18.2 " }
39+ foundry-compilers = { path = " crates/compilers" , version = " 0.18.4 " }
40+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.18.4 " }
41+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.18.4 " }
42+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.18.4 " }
43+ foundry-compilers-core = { path = " crates/core" , version = " 0.18.4 " }
4444
4545alloy-json-abi = { version = " 1.3" , features = [" serde_json" ] }
4646alloy-primitives = { version = " 1.3" , features = [" serde" , " rand" ] }
@@ -54,8 +54,8 @@ semver = { version = "1.0", features = ["serde"] }
5454serde = { version = " 1" , features = [" derive" , " rc" ] }
5555serde_json = " 1.0"
5656similar-asserts = " 1"
57- solar-parse = { version = " =0.1.5 " , default-features = false }
58- solar-sema = { version = " =0.1.5 " , default-features = false }
57+ solar-parse = { version = " =0.1.6 " , default-features = false }
58+ solar-sema = { version = " =0.1.6 " , default-features = false }
5959svm = { package = " svm-rs" , version = " 0.5" , default-features = false }
6060tempfile = " 3.20"
6161thiserror = " 2"
@@ -70,11 +70,7 @@ tokio = { version = "1.47", features = ["rt-multi-thread"] }
7070snapbox = " 0.6.21"
7171
7272[patch .crates-io ]
73- solar-parse = { git = " https://github.com/paradigmxyz/solar" , branch = " main" }
74- solar-sema = { git = " https://github.com/paradigmxyz/solar" , branch = " main" }
75- solar-ast = { git = " https://github.com/paradigmxyz/solar" , branch = " main" }
76- solar-interface = { git = " https://github.com/paradigmxyz/solar" , branch = " main" }
77- # solar-parse = { path = "../../paradigmxyz/solar/crates/parse" }
78- # solar-sema = { path = "../../paradigmxyz/solar/crates/sema" }
79- # solar-ast = { path = "../../paradigmxyz/solar/crates/ast" }
80- # solar-interface = { path = "../../paradigmxyz/solar/crates/interface" }
73+ # solar-parse = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
74+ # solar-sema = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
75+ # solar-ast = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
76+ # solar-interface = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
0 commit comments