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

Commit

Permalink
Don't use obsolete liblumen_core
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Sep 9, 2022
1 parent 1721eeb commit ab948be
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion liblumen_alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cfg-if = "1.0"
dashmap = "5.2"
heapless = "0.7"
lazy_static = "1.4"
liblumen_core = { path = "../library/core" }
liblumen_arena = { path = "../library/arena"}
liblumen_alloc_macros = { path = "../liblumen_alloc_macros" }
liblumen_term = { path = "../compiler/term" }
Expand Down
1 change: 0 additions & 1 deletion native_implemented/otp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ crate-type = ["staticlib", "rlib"]
anyhow = "1.0"
lazy_static = "1.4"
liblumen_alloc = { path = "../../liblumen_alloc" }
liblumen_core = { path = "../../library/core" }
lumen_rt_core = { path = "../../runtimes/core" }
native_implemented = { path = "../macro" }
num-bigint = "0.4"
Expand Down
1 change: 0 additions & 1 deletion native_implemented/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ crate-type = ["staticlib", "rlib"]
anyhow = "1.0.11"
js-sys = "0.3.25"
liblumen_alloc = { path = "../../liblumen_alloc" }
liblumen_core = { path = "../../library/core" }
liblumen_otp = { path = "../otp" }
lumen_rt_full = { path = "../../runtimes/full" }
panic-control = "0.1.4"
Expand Down
1 change: 0 additions & 1 deletion runtimes/full/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ colored = "2.0"
thiserror = "1.0"
lazy_static = "1.4"
libc = "0.2"
liblumen_core = { path = "../../library/core" }
liblumen_alloc = { path = "../../liblumen_alloc" }
log = "0.4"
lumen_rt_core = { path = "../core" }
Expand Down

0 comments on commit ab948be

Please sign in to comment.