mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
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:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt-cli"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
publish = true
|
||||
@@ -17,9 +17,9 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# perform subxt codegen
|
||||
subxt-codegen = { version = "0.26.0", path = "../codegen" }
|
||||
subxt-codegen = { version = "0.27.0", path = "../codegen" }
|
||||
# perform node compatibility
|
||||
subxt-metadata = { version = "0.26.0", path = "../metadata" }
|
||||
subxt-metadata = { version = "0.27.0", path = "../metadata" }
|
||||
# parse command line args
|
||||
clap = { version = "4.1.4", features = ["derive", "cargo"] }
|
||||
# colourful error reports
|
||||
|
||||
Reference in New Issue
Block a user