File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,7 @@ tokio = { version = "1.46", 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 = " dani/compiler-interface" }
74+ solar-sema = { git = " https://github.com/paradigmxyz/solar" , branch = " dani/compiler-interface" }
75+ solar-ast = { git = " https://github.com/paradigmxyz/solar" , branch = " dani/compiler-interface" }
76+ solar-interface = { git = " https://github.com/paradigmxyz/solar" , branch = " dani/compiler-interface" }
You can’t perform that action at this time.
0 commit comments