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
540daebb
Unverified
Commit
540daebb
authored
Oct 27, 2020
by
Michael Müller
Browse files
Revert "Add feature ink-fuzz-tests to crates which are missing it"
This reverts commit
e0ece29e
.
parent
781fdda1
Changes
10
Hide whitespace changes
Inline
Side-by-side
crates/allocator/Cargo.toml
View file @
540daebb
...
...
@@ -20,7 +20,3 @@ wee_alloc = { version = "0.4", default-features = false }
[features]
default
=
["std"]
std
=
[]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/env/Cargo.toml
View file @
540daebb
...
...
@@ -60,7 +60,3 @@ std = [
"blake2"
,
]
ink-unstable-chain-extensions
=
[]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/lang/Cargo.toml
View file @
540daebb
...
...
@@ -38,7 +38,3 @@ std = [
"ink_lang_macro/std"
,
"scale/std"
,
]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/lang/codegen/Cargo.toml
View file @
540daebb
...
...
@@ -36,7 +36,3 @@ std = [
"either/use_std"
,
"ir/std"
]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/lang/ir/Cargo.toml
View file @
540daebb
...
...
@@ -32,7 +32,3 @@ std = [
"itertools/use_std"
,
"either/use_std"
,
]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/lang/macro/Cargo.toml
View file @
540daebb
...
...
@@ -43,7 +43,3 @@ std = [
"ink_lang_ir/std"
,
"ink_primitives/std"
,
]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/metadata/Cargo.toml
View file @
540daebb
...
...
@@ -38,7 +38,3 @@ std = [
"scale-info/std"
,
]
derive
=
[]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/prelude/Cargo.toml
View file @
540daebb
...
...
@@ -20,7 +20,3 @@ cfg-if = "1.0"
[features]
default
=
["std"]
std
=
[]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
crates/primitives/Cargo.toml
View file @
540daebb
...
...
@@ -32,10 +32,6 @@ std = [
"scale-info/std"
,
]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
["std"]
[[bench]]
name
=
"bench"
path
=
"benches/bench.rs"
...
...
crates/storage/derive/Cargo.toml
View file @
540daebb
...
...
@@ -27,8 +27,3 @@ synstructure = "0.12.4"
ink_primitives
=
{
version
=
"3.0.0-rc2"
,
path
=
"../../primitives"
}
ink_metadata
=
{
version
=
"3.0.0-rc2"
,
path
=
"../../metadata"
}
ink_storage
=
{
version
=
"3.0.0-rc2"
,
path
=
".."
}
[features]
# The feature is not yet utilized in this crate, but we need to add it
# here already anyway, since the CI tries to execute fuzzing on each crate.
ink-fuzz-tests
=
[]
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