mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +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:
+4
-4
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt-examples"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
@@ -14,10 +14,10 @@ description = "Subxt example usage"
|
||||
[dev-dependencies]
|
||||
subxt = { path = "../subxt" }
|
||||
tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "time"] }
|
||||
sp-keyring = "12.0.0"
|
||||
sp-keyring = "18.0.0"
|
||||
futures = "0.3.26"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
||||
hex = "0.4.3"
|
||||
tracing-subscriber = "0.3.11"
|
||||
sp-core = { version = "11.0.0", default-features = false }
|
||||
sp-runtime = { version = "12.0.0" }
|
||||
sp-core = { version = "16.0.0", default-features = false }
|
||||
sp-runtime = "18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user