mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
chore: prep release v0.25 (#717)
* bump versions 0.25 * update changelog * adjust RELEASE.md * fix weird formatting * rephrase bad english * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt-cli"
|
||||
version = "0.24.0"
|
||||
version = "0.25.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -16,9 +16,9 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# perform subxt codegen
|
||||
subxt-codegen = { version = "0.24.0", path = "../codegen" }
|
||||
subxt-codegen = { version = "0.25.0", path = "../codegen" }
|
||||
# perform node compatibility
|
||||
subxt-metadata = { version = "0.24.0", path = "../metadata" }
|
||||
subxt-metadata = { version = "0.25.0", path = "../metadata" }
|
||||
# parse command line args
|
||||
clap = { version = "4.0.8", features = ["derive"] }
|
||||
# colourful error reports
|
||||
|
||||
Reference in New Issue
Block a user