mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
[Backport] Version bumps from release 1.1.0 (#1580)
This PR backports version bumps for `polkadot` and `polkadot-parachain` from the v1.1.0 release branch --------- Co-authored-by: Mara Broda <mara@broda.me>
This commit is contained in:
Generated
+3
-3
@@ -11395,7 +11395,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "polkadot"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"color-eyre",
|
||||
@@ -11528,7 +11528,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "polkadot-cli"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"clap 4.4.3",
|
||||
"frame-benchmarking-cli",
|
||||
@@ -12340,7 +12340,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "polkadot-parachain-bin"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"asset-hub-kusama-runtime",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "polkadot-parachain-bin"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
authors.workspace = true
|
||||
build = "build.rs"
|
||||
edition.workspace = true
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ rust-version = "1.64.0"
|
||||
readme = "README.md"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
default-run = "polkadot"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "polkadot-cli"
|
||||
description = "Polkadot Relay-chain Client Node"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user