Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 0ecaa15

Browse files
committed
fix dependency
1 parent 648cc11 commit 0ecaa15

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

liblumen_eir_interpreter/Cargo.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,12 @@ cranelift-entity = "0.30.0"
1616
lazy_static = "1.3.0"
1717

1818
# eirproject/eir crates
19-
#libeir_diagnostics = { git = "https://github.com/eirproject/eir.git" }
20-
#libeir_intern = { git = "https://github.com/eirproject/eir.git" }
21-
#libeir_ir = { git = "https://github.com/eirproject/eir.git" }
22-
#libeir_passes = { git = "https://github.com/eirproject/eir.git" }
23-
#libeir_syntax_erl = { git = "https://github.com/eirproject/eir.git" }
24-
libeir_diagnostics = { path = "../../core_erlang_3/libeir_diagnostics" }
25-
libeir_intern = { path = "../../core_erlang_3/libeir_intern" }
26-
libeir_ir = { path = "../../core_erlang_3/libeir_ir" }
27-
libeir_passes = { path = "../../core_erlang_3/libeir_passes" }
28-
libeir_syntax_erl = { path = "../../core_erlang_3/libeir_syntax_erl" }
19+
libeir_diagnostics = { git = "https://github.com/eirproject/eir.git" }
20+
libeir_intern = { git = "https://github.com/eirproject/eir.git" }
21+
libeir_ir = { git = "https://github.com/eirproject/eir.git" }
22+
libeir_passes = { git = "https://github.com/eirproject/eir.git" }
23+
libeir_syntax_erl = { git = "https://github.com/eirproject/eir.git" }
2924

3025
# workspace crates
3126
liblumen_alloc = { path = "../liblumen_alloc" }
3227
lumen_runtime = { path = "../lumen_runtime" }
33-
34-
[patch.'https://github.com/eirproject/eir.git']

0 commit comments

Comments
 (0)