mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Prep for 0.24 release (#663)
* Bump versions and update changelog * tweak text * merge a couple of related changelog entries
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -39,8 +39,8 @@ thiserror = "1.0.24"
|
||||
tracing = "0.1.34"
|
||||
parking_lot = "0.12.0"
|
||||
|
||||
subxt-macro = { version = "0.23.0", path = "../macro" }
|
||||
subxt-metadata = { version = "0.23.0", path = "../metadata" }
|
||||
subxt-macro = { version = "0.24.0", path = "../macro" }
|
||||
subxt-metadata = { version = "0.24.0", path = "../metadata" }
|
||||
|
||||
sp-core = { version = "6.0.0", default-features = false }
|
||||
sp-runtime = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user