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

Commit b5bb7be

Browse files
committed
Add heapless, static_assertions deps
1 parent ebf92ed commit b5bb7be

File tree

2 files changed

+52
-35
lines changed

2 files changed

+52
-35
lines changed

Cargo.lock

Lines changed: 47 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

liblumen_alloc/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lazy_static = "1.2"
1616
num-traits = "0.2"
1717
num-bigint = "0.2"
1818
thread_local = "0.3"
19+
heapless = { git = "https://github.com/japaric/heapless" }
1920
liblumen_core = { path = "../liblumen_core" }
2021
liblumen_arena = { path = "../liblumen_arena"}
2122
liblumen_alloc_macros = { path = "../liblumen_alloc_macros" }
@@ -30,6 +31,10 @@ features = ["nightly"]
3031
version = "0.7"
3132
features = ["nightly"]
3233

34+
[dependencies.static_assertions]
35+
version = "0.3"
36+
features = ["nightly"]
37+
3338
[target.'cfg(target_arch = "wasm32")'.dependencies]
3439
wasm-bindgen = "0.2"
3540

0 commit comments

Comments
 (0)