Increment subkey version to 2.0.2 (#11656)

* Increment subkey version to 2.0.2

* Update Cargo.lock

Co-authored-by: Davide Galassi <davxy@datawok.net>
This commit is contained in:
Leonardo
2022-06-14 11:42:28 +02:00
committed by GitHub
parent d70d58922e
commit d4b89c6f5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10406,7 +10406,7 @@ dependencies = [
[[package]]
name = "subkey"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"clap 3.1.18",
"sc-cli",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "subkey"
version = "2.0.1"
version = "2.0.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"