Skip to content
Snippets Groups Projects
Unverified Commit d4298f3a authored by Shaun Wang's avatar Shaun Wang Committed by GitHub
Browse files

Deps cleanup. (#473)

* Deps cleanup.

* fix
parent 9f43dbf6
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,6 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1"
frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
[dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" }
......@@ -33,7 +31,6 @@ std = [
"sp-std/std",
"frame-support/std",
"frame-system/std",
"orml-traits/std",
]
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
......
......@@ -18,10 +18,10 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1"
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
[dev-dependencies]
frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" }
hex-literal = "0.2.1"
[features]
......@@ -34,7 +34,6 @@ std = [
"sp-api/std",
"sp-std/std",
"frame-support/std",
"frame-system/std",
"frame-benchmarking/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