This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,12 @@ cranelift-entity = "0.30.0"
16
16
lazy_static = " 1.3.0"
17
17
18
18
# 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" }
29
24
30
25
# workspace crates
31
26
liblumen_alloc = { path = " ../liblumen_alloc" }
32
27
lumen_runtime = { path = " ../lumen_runtime" }
33
-
34
- [patch .'https://github .com/eirproject/eir .git' ]
You can’t perform that action at this time.
0 commit comments