Clean up sc-allocator (#9295)

This commit is contained in:
Bastian Köcher
2021-07-07 13:11:31 +02:00
committed by GitHub
parent f388b66ab5
commit 7bbf949296
5 changed files with 5 additions and 19 deletions
@@ -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",