Unverified Commit 4f8f8f16 authored by Robin Freyler's avatar Robin Freyler
Browse files

[env, storage] fix Cargo.toml issues with publishing

parent 75d3b99c
Pipeline #111451 passed with stages
in 8 minutes and 23 seconds
......@@ -40,7 +40,6 @@ blake2 = { version = "0.9", optional = true }
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
scale-info = { version = "0.4", default-features = false, features = ["derive"], optional = true }
[features]
default = ["std"]
std = [
......
......@@ -82,4 +82,5 @@ harness = false
[[bench]]
name = "bench_binary_heap"
path = "benches/bench_binary_heap.rs"
harness = false
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment