From 6ff23e90ed2befb736626f8c25710664d644eb7f Mon Sep 17 00:00:00 2001 From: Squirrel Date: Fri, 21 Jan 2022 11:45:56 +0000 Subject: [PATCH] Bump the collator version (#747) (#919) Co-authored-by: Chevdor --- cumulus/Cargo.lock | 2 +- cumulus/polkadot-parachains/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 4b3ad06c7c..74bc2a446f 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -6741,7 +6741,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "5.0.0" +version = "5.1.0" dependencies = [ "assert_cmd", "async-trait", diff --git a/cumulus/polkadot-parachains/Cargo.toml b/cumulus/polkadot-parachains/Cargo.toml index c124283a41..0912f46a49 100644 --- a/cumulus/polkadot-parachains/Cargo.toml +++ b/cumulus/polkadot-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "5.0.0" +version = "5.1.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2021"