Fix cargo toml formatting and bump versions (#126)

* fix cargo toml formatting

* bump versions for runtime and node
This commit is contained in:
Özgün Özerk
2024-02-21 13:57:25 +03:00
committed by GitHub
parent 7af4ae2c50
commit 5d6c352c03
4 changed files with 14 additions and 16 deletions
+2 -4
View File
@@ -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 }