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
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "integration-tests"
version = "0.25.0"
version = "0.26.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = false
@@ -27,8 +27,8 @@ sp-core = { version = "11.0.0", default-features = false }
sp-keyring = "12.0.0"
sp-runtime = "12.0.0"
syn = "1.0.0"
subxt = { version = "0.25.0", path = "../../subxt" }
subxt-codegen = { version = "0.25.0", path = "../../codegen" }
subxt = { version = "0.26.0", path = "../../subxt" }
subxt-codegen = { version = "0.26.0", path = "../../codegen" }
test-runtime = { path = "../test-runtime" }
tokio = { version = "1.8", features = ["macros", "time"] }
tracing = "0.1.34"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "test-runtime"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ui-tests"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
publish = false