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

Commit 1a55e8c

Browse files
committed
use library/alloc instead of liblumen_alloc from root
1 parent 90cac57 commit 1a55e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

native_implemented/otp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["staticlib", "rlib"]
1111
[dependencies]
1212
anyhow = "1.0"
1313
lazy_static = "1.4"
14-
liblumen_alloc = { path = "../../liblumen_alloc" }
14+
liblumen_alloc = { path = "../../library/alloc" }
1515
lumen_rt_core = { path = "../../runtimes/core" }
1616
native_implemented = { path = "../macro" }
1717
num-bigint = "0.4"

native_implemented/web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["staticlib", "rlib"]
1212
[dependencies]
1313
anyhow = "1.0.11"
1414
js-sys = "0.3.25"
15-
liblumen_alloc = { path = "../../liblumen_alloc" }
15+
liblumen_alloc = { path = "../../library/alloc" }
1616
liblumen_otp = { path = "../otp" }
1717
lumen_rt_full = { path = "../../runtimes/full" }
1818
panic-control = "0.1.4"

runtimes/full/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ colored = "2.0"
1515
thiserror = "1.0"
1616
lazy_static = "1.4"
1717
libc = "0.2"
18-
liblumen_alloc = { path = "../../liblumen_alloc" }
18+
liblumen_alloc = { path = "../../library/alloc" }
1919
log = "0.4"
2020
lumen_rt_core = { path = "../core" }
2121
num-bigint = "0.4"

0 commit comments

Comments
 (0)