mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Clean up sc-allocator (#9295)
This commit is contained in:
@@ -13,7 +13,6 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-allocator = { version = "3.0.0", default-features = false, path = "../../allocator" }
|
||||
sp-core = { version = "3.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-io = { version = "3.0.0", default-features = false, path = "../../../primitives/io" }
|
||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
@@ -27,7 +26,6 @@ substrate-wasm-builder = { version = "4.0.0", path = "../../../utils/wasm-builde
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"sc-allocator/std",
|
||||
"sp-core/std",
|
||||
"sp-io/std",
|
||||
"sp-runtime/std",
|
||||
|
||||
Reference in New Issue
Block a user