From 04fc6b5fad8418c78a0116a31ed04b60df400609 Mon Sep 17 00:00:00 2001 From: Xiliang Chen <xlchen1291@gmail.com> Date: Wed, 11 Mar 2020 10:31:49 +1300 Subject: [PATCH] no longer need to fix quote version (#114) --- auction/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/auction/Cargo.toml b/auction/Cargo.toml index cfb695a..4b3a6dd 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -21,7 +21,6 @@ orml-utilities = { path = "../utilities", default-features = false } primitives = { package = "sp-core", version = "2.0.0-alpha.3", default-features = false } 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 [features] default = ["std"] -- GitLab