mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-12 04:11:02 +00:00
Fix cargo toml formatting and bump versions (#126)
* fix cargo toml formatting * bump versions for runtime and node
This commit is contained in:
+2
-4
@@ -7,7 +7,7 @@ edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
publish = false
|
||||
repository = { workspace = true }
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
@@ -54,9 +54,7 @@ substrate-frame-rpc-system = { workspace = true }
|
||||
substrate-prometheus-endpoint = { workspace = true }
|
||||
|
||||
# Polkadot
|
||||
polkadot-cli = { workspace = true, features = [
|
||||
"rococo-native",
|
||||
] }
|
||||
polkadot-cli = { workspace = true, features = [ "rococo-native" ] }
|
||||
polkadot-primitives = { workspace = true }
|
||||
xcm = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user