From e64e4b249d699deac8f3c116562e47c3e93c6d76 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 16 Mar 2021 17:01:59 +0100 Subject: [PATCH] Release missing 3.0 crates: pallet-node-authorization sc-finality-grandpa-warp-sync (#8360) * bump pallet-node-authorization * prepping sc-finality-grandpa-warp-sync for release * bump Cargo.lock --- substrate/Cargo.lock | 2 +- substrate/frame/node-authorization/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index 1ddc75fe7c..ada75934c7 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -5109,7 +5109,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "2.0.0" +version = "3.0.0" dependencies = [ "frame-support", "frame-system", diff --git a/substrate/frame/node-authorization/Cargo.toml b/substrate/frame/node-authorization/Cargo.toml index 245db9176f..786eb84d1e 100644 --- a/substrate/frame/node-authorization/Cargo.toml +++ b/substrate/frame/node-authorization/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-node-authorization" -version = "2.0.0" +version = "3.0.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0"