From 46099b3bcc7dac4f2bfc57b774c61a476b17332e Mon Sep 17 00:00:00 2001 From: zjb0807 <zjb0807@qq.com> Date: Thu, 5 Mar 2020 16:07:46 +0800 Subject: [PATCH] fix Cargo.toml conflict (#113) --- auction/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 5b4bd1c..cfb695a 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 = [ -- GitLab