mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31: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]]
|
[[package]]
|
||||||
name = "polkadot"
|
name = "polkadot"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
@@ -11528,7 +11528,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-cli"
|
name = "polkadot-cli"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.3",
|
"clap 4.4.3",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
@@ -12340,7 +12340,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-parachain-bin"
|
name = "polkadot-parachain-bin"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"asset-hub-kusama-runtime",
|
"asset-hub-kusama-runtime",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "polkadot-parachain-bin"
|
name = "polkadot-parachain-bin"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ rust-version = "1.64.0"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
default-run = "polkadot"
|
default-run = "polkadot"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "polkadot-cli"
|
name = "polkadot-cli"
|
||||||
description = "Polkadot Relay-chain Client Node"
|
description = "Polkadot Relay-chain Client Node"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user