Bump to 0.18.1 (#467)

This commit is contained in:
James Wilson
2022-03-04 11:57:00 +00:00
committed by GitHub
parent 2c572aa9d8
commit 14ef6c8256
7 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt"
version = "0.18.0"
version = "0.18.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -27,7 +27,7 @@ serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
thiserror = "1.0.24"
subxt-macro = { version = "0.18.0", path = "../macro" }
subxt-macro = { version = "0.18.1", path = "../macro" }
sp-core = { version = "6.0.0", default-features = false }
sp-runtime = "6.0.0"