mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "integration-tests"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
@@ -23,12 +23,12 @@ futures = "0.3.26"
|
||||
hex = "0.4.3"
|
||||
regex = "1.5.0"
|
||||
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
||||
sp-core = { version = "11.0.0", default-features = false }
|
||||
sp-keyring = "12.0.0"
|
||||
sp-runtime = "12.0.0"
|
||||
sp-core = { version = "16.0.0", default-features = false }
|
||||
sp-keyring = "18.0.0"
|
||||
sp-runtime = "18.0.0"
|
||||
syn = "1.0.0"
|
||||
subxt = { version = "0.26.0", path = "../../subxt" }
|
||||
subxt-codegen = { version = "0.26.0", path = "../../codegen" }
|
||||
subxt = { version = "0.27.0", path = "../../subxt" }
|
||||
subxt-codegen = { version = "0.27.0", path = "../../codegen" }
|
||||
test-runtime = { path = "../test-runtime" }
|
||||
tokio = { version = "1.25", features = ["macros", "time"] }
|
||||
tracing = "0.1.34"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "test-runtime"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
subxt = { path = "../../subxt" }
|
||||
sp-runtime = "12.0.0"
|
||||
sp-runtime = "18.0.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ui-tests"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user