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

Commit

Permalink
use library/alloc instead of liblumen_alloc from root
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Sep 9, 2022
1 parent ab948be commit 6a39895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion native_implemented/otp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["staticlib", "rlib"]
[dependencies]
anyhow = "1.0"
lazy_static = "1.4"
liblumen_alloc = { path = "../../liblumen_alloc" }
liblumen_alloc = { path = "../../library/alloc" }
lumen_rt_core = { path = "../../runtimes/core" }
native_implemented = { path = "../macro" }
num-bigint = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion native_implemented/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["staticlib", "rlib"]
[dependencies]
anyhow = "1.0.11"
js-sys = "0.3.25"
liblumen_alloc = { path = "../../liblumen_alloc" }
liblumen_alloc = { path = "../../library/alloc" }
liblumen_otp = { path = "../otp" }
lumen_rt_full = { path = "../../runtimes/full" }
panic-control = "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/full/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colored = "2.0"
thiserror = "1.0"
lazy_static = "1.4"
libc = "0.2"
liblumen_alloc = { path = "../../liblumen_alloc" }
liblumen_alloc = { path = "../../library/alloc" }
log = "0.4"
lumen_rt_core = { path = "../core" }
num-bigint = "0.4"
Expand Down

0 comments on commit 6a39895

Please sign in to comment.