diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 5b4bd1c9a3d56b419440e5cba8712a618650eb7b..cfb695aefb8fe361e8a30bd186292fe4c6f4d8e3 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -23,9 +23,6 @@ primitives = { package = "sp-core", version = "2.0.0-alpha.3", default-features clear_on_drop = { version = "0.2.3", features = ["no_cc"] } # https://github.com/paritytech/substrate/issues/4179 quote = "=1.0.2" # https://github.com/rust-lang-nursery/failure/issues/342 -# CI failed. Caused by issue: https://github.com/withoutboats/failure_derive/issues/13 -quote = "=1.0.2" - [features] default = ["std"] std = [