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