Skip to content

Commit 6a9a62c

Browse files
committed
chore: patch to git
1 parent 106770f commit 6a9a62c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ tokio = { version = "1.46", features = ["rt-multi-thread"] }
7070
snapbox = "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" }

0 commit comments

Comments
 (0)