mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Backport crate version bumps to 0.9.27 (#5826)
* Bump crate versions * Update cargo.lock
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "polkadot-parachain"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Types and utilities for creating and working with parachains"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachains"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Integration tests using the test-parachains"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachain-adder"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Test parachain which adds to a number as its state transition"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachain-adder-collator"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Collator for the adder test parachain"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachain-halt"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Test parachain which executes forever"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachain-undying"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Test parachain for zombienet integration tests"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "test-parachain-undying-collator"
|
||||
version = "0.9.26"
|
||||
version = "0.9.27"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Collator for the undying test parachain"
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user