@@ -194,15 +194,10 @@ foundry-block-explorers = { version = "0.13.0", default-features = false }
194
194
foundry-compilers = { version = " 0.14.0" , default-features = false }
195
195
foundry-fork-db = " 0.12"
196
196
solang-parser = " =0.3.3"
197
- # TODO: enable again after 0.1.3 release
198
- # solar-ast = { version = "=0.1.2", default-features = false }
199
- # solar-parse = { version = "=0.1.2", default-features = false }
200
- # solar-interface = { version = "=0.1.2", default-features = false }
201
- # solar-sema = { version = "=0.1.2", default-features = false }
202
- solar-ast = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-ast" }
203
- solar-parse = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-parse" }
204
- solar-interface = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-interface" }
205
- solar-sema = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-sema" }
197
+ solar-ast = { version = " =0.1.2" , default-features = false }
198
+ solar-parse = { version = " =0.1.2" , default-features = false }
199
+ solar-interface = { version = " =0.1.2" , default-features = false }
200
+ solar-sema = { version = " =0.1.2" , default-features = false }
206
201
207
202
# # revm
208
203
revm = { version = " 19.4.0" , default-features = false }
@@ -369,3 +364,10 @@ idna_adapter = "=1.1.0"
369
364
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
370
365
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
371
366
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
367
+
368
+ # TODO: comment out after 0.1.3 release
369
+ # solar
370
+ solar-ast = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-ast" }
371
+ solar-parse = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-parse" }
372
+ solar-interface = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-interface" }
373
+ solar-sema = { git = " https://github.com/paradigmxyz/solar" , branch = " main" , package = " solar-sema" }
0 commit comments