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"]
1111[dependencies ]
1212anyhow = " 1.0"
1313lazy_static = " 1.4"
14- liblumen_alloc = { path = " ../../liblumen_alloc " }
14+ liblumen_alloc = { path = " ../../library/alloc " }
1515lumen_rt_core = { path = " ../../runtimes/core" }
1616native_implemented = { path = " ../macro" }
1717num-bigint = " 0.4"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["staticlib", "rlib"]
1212[dependencies ]
1313anyhow = " 1.0.11"
1414js-sys = " 0.3.25"
15- liblumen_alloc = { path = " ../../liblumen_alloc " }
15+ liblumen_alloc = { path = " ../../library/alloc " }
1616liblumen_otp = { path = " ../otp" }
1717lumen_rt_full = { path = " ../../runtimes/full" }
1818panic-control = " 0.1.4"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ colored = "2.0"
1515thiserror = " 1.0"
1616lazy_static = " 1.4"
1717libc = " 0.2"
18- liblumen_alloc = { path = " ../../liblumen_alloc " }
18+ liblumen_alloc = { path = " ../../library/alloc " }
1919log = " 0.4"
2020lumen_rt_core = { path = " ../core" }
2121num-bigint = " 0.4"
You can’t perform that action at this time.
0 commit comments