mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
fix up template (#13205)
This commit is contained in:
@@ -22,9 +22,9 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../..
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "7.0.0", default-features = false, path = "../../../../primitives/core" }
|
||||
sp-io = { version = "7.0.0", default-features = false, path = "../../../../primitives/io" }
|
||||
sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
sp-core = { version = "7.0.0", path = "../../../../primitives/core" }
|
||||
sp-io = { version = "7.0.0", path = "../../../../primitives/io" }
|
||||
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user