Prep for releasing 0.26.0 (#802)

* Prep for releasing 0.26.0

* link to new RPC spec
This commit is contained in:
James Wilson
2023-01-24 16:55:27 +00:00
committed by GitHub
parent 2a913a3aa9
commit d92352ad73
11 changed files with 235 additions and 70 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-macro"
version = "0.25.0"
version = "0.26.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = true
@@ -20,4 +20,4 @@ darling = "0.14.0"
proc-macro-error = "1.0.4"
syn = "1.0.58"
subxt-codegen = { path = "../codegen", version = "0.25.0" }
subxt-codegen = { path = "../codegen", version = "0.26.0" }