Skip to content

Commit

Permalink
[env, storage] fix Cargo.toml issues with publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 22, 2020
1 parent 75d3b99 commit 4f8f8f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 1 addition & 0 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ harness = false

[[bench]]
name = "bench_binary_heap"
path = "benches/bench_binary_heap.rs"
harness = false

0 comments on commit 4f8f8f1

Please sign in to comment.