mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Allow the allocator to track the heap changes. (#9291)
* Allow the allocator to track the heap changes. * fix build * review comments * Update client/allocator/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update client/allocator/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-std = { version = "3.0.0", path = "../../primitives/std", default-features = false }
|
||||
sp-core = { version = "3.0.0", path = "../../primitives/core", default-features = false }
|
||||
sp-wasm-interface = { version = "3.0.0", path = "../../primitives/wasm-interface", default-features = false }
|
||||
log = { version = "0.4.11", optional = true }
|
||||
log = "0.4.11"
|
||||
thiserror = { version = "1.0.21" }
|
||||
|
||||
[features]
|
||||
@@ -26,5 +26,4 @@ std = [
|
||||
"sp-std/std",
|
||||
"sp-core/std",
|
||||
"sp-wasm-interface/std",
|
||||
"log",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user