@@ -5,7 +5,7 @@ resolver = "2"
55[workspace .package ]
66authors = [" Foundry Maintainers" ]
77version = " 0.17.4"
8- rust-version = " 1.87 "
8+ rust-version = " 1.88 "
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
1111repository = " https://github.com/foundry-rs/compilers"
@@ -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.4 " , default-features = false }
58- solar-sema = { version = " =0.1.4 " , default-features = false }
57+ solar-parse = { version = " =0.1.5 " , default-features = false }
58+ solar-sema = { version = " =0.1.5 " , default-features = false }
5959svm = { package = " svm-rs" , version = " 0.5" , default-features = false }
6060tempfile = " 3.9"
6161thiserror = " 2"
@@ -68,3 +68,9 @@ futures-util = "0.3"
6868tokio = { version = " 1.35" , features = [" rt-multi-thread" ] }
6969
7070snapbox = " 0.6.9"
71+
72+ # [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" }
0 commit comments