This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ cfg-if = "1.0"
16
16
dashmap = " 5.2"
17
17
heapless = " 0.7"
18
18
lazy_static = " 1.4"
19
- liblumen_core = { path = " ../library/core" }
20
19
liblumen_arena = { path = " ../library/arena" }
21
20
liblumen_alloc_macros = { path = " ../liblumen_alloc_macros" }
22
21
liblumen_term = { path = " ../compiler/term" }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ crate-type = ["staticlib", "rlib"]
12
12
anyhow = " 1.0"
13
13
lazy_static = " 1.4"
14
14
liblumen_alloc = { path = " ../../liblumen_alloc" }
15
- liblumen_core = { path = " ../../library/core" }
16
15
lumen_rt_core = { path = " ../../runtimes/core" }
17
16
native_implemented = { path = " ../macro" }
18
17
num-bigint = " 0.4"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ crate-type = ["staticlib", "rlib"]
13
13
anyhow = " 1.0.11"
14
14
js-sys = " 0.3.25"
15
15
liblumen_alloc = { path = " ../../liblumen_alloc" }
16
- liblumen_core = { path = " ../../library/core" }
17
16
liblumen_otp = { path = " ../otp" }
18
17
lumen_rt_full = { path = " ../../runtimes/full" }
19
18
panic-control = " 0.1.4"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ colored = "2.0"
15
15
thiserror = " 1.0"
16
16
lazy_static = " 1.4"
17
17
libc = " 0.2"
18
- liblumen_core = { path = " ../../library/core" }
19
18
liblumen_alloc = { path = " ../../liblumen_alloc" }
20
19
log = " 0.4"
21
20
lumen_rt_core = { path = " ../core" }
You can’t perform that action at this time.
0 commit comments