Release v0.27.0 (#824)

* Bump substrate deps

* Bump to 0.27.0

* update changelog

* Clone and Debug on TxPayload types

* move item to Changed

* remove chore entirely
This commit is contained in:
James Wilson
2023-02-13 16:13:17 +00:00
committed by GitHub
parent 1092e8b26e
commit 7b0e06cf8a
12 changed files with 337 additions and 260 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-codegen"
version = "0.26.0"
version = "0.27.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = true
@@ -21,7 +21,7 @@ proc-macro-error = "1.0.4"
quote = "1.0.8"
syn = "1.0.58"
scale-info = "2.0.0"
subxt-metadata = { version = "0.26.0", path = "../metadata" }
subxt-metadata = { version = "0.27.0", path = "../metadata" }
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
hex = "0.4.3"
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }