Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
4f8f8f16
Unverified
Commit
4f8f8f16
authored
Oct 22, 2020
by
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
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
crates/env/Cargo.toml
View file @
4f8f8f16
...
...
@@ -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
=
[
...
...
crates/storage/Cargo.toml
View file @
4f8f8f16
...
...
@@ -82,4 +82,5 @@ harness = false
[[bench]]
name
=
"bench_binary_heap"
path
=
"benches/bench_binary_heap.rs"
harness
=
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment