Skip to content
Snippets Groups Projects
Unverified Commit 46099b3b authored by zjb0807's avatar zjb0807 Committed by GitHub
Browse files

fix Cargo.toml conflict (#113)

parent 0a44b9f0
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,6 @@ primitives = { package = "sp-core", version = "2.0.0-alpha.3", default-features ...@@ -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 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 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] [features]
default = ["std"] default = ["std"]
std = [ std = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment