Update package.version in Cargo.toml (#1633)

* Update Cargo.toml

Fix version number

* Update Cargo.lock
This commit is contained in:
s3krit
2020-08-24 22:03:38 +02:00
committed by GitHub
parent 4f72f246a5
commit 67ce3b987b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4722,7 +4722,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"
[[package]]
name = "polkadot"
version = "0.8.19"
version = "0.8.22"
dependencies = [
"assert_cmd",
"futures 0.3.5",
+1 -1
View File
@@ -4,7 +4,7 @@ path = "src/main.rs"
[package]
name = "polkadot"
version = "0.8.19"
version = "0.8.22"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"