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

Commit 90cac57

Browse files
committed
Don't use obsolete liblumen_core
1 parent a064b36 commit 90cac57

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

liblumen_alloc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ cfg-if = "1.0"
1616
dashmap = "5.2"
1717
heapless = "0.7"
1818
lazy_static = "1.4"
19-
liblumen_core = { path = "../library/core" }
2019
liblumen_arena = { path = "../library/arena"}
2120
liblumen_alloc_macros = { path = "../liblumen_alloc_macros" }
2221
liblumen_term = { path = "../compiler/term" }

native_implemented/otp/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ crate-type = ["staticlib", "rlib"]
1212
anyhow = "1.0"
1313
lazy_static = "1.4"
1414
liblumen_alloc = { path = "../../liblumen_alloc" }
15-
liblumen_core = { path = "../../library/core" }
1615
lumen_rt_core = { path = "../../runtimes/core" }
1716
native_implemented = { path = "../macro" }
1817
num-bigint = "0.4"

native_implemented/web/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ crate-type = ["staticlib", "rlib"]
1313
anyhow = "1.0.11"
1414
js-sys = "0.3.25"
1515
liblumen_alloc = { path = "../../liblumen_alloc" }
16-
liblumen_core = { path = "../../library/core" }
1716
liblumen_otp = { path = "../otp" }
1817
lumen_rt_full = { path = "../../runtimes/full" }
1918
panic-control = "0.1.4"

runtimes/full/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ colored = "2.0"
1515
thiserror = "1.0"
1616
lazy_static = "1.4"
1717
libc = "0.2"
18-
liblumen_core = { path = "../../library/core" }
1918
liblumen_alloc = { path = "../../liblumen_alloc" }
2019
log = "0.4"
2120
lumen_rt_core = { path = "../core" }

0 commit comments

Comments
 (0)