mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
3baaa01fb1
* Bump release version to v0.18.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update dependency version to v0.18.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Modify changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Move changelog entries from added to changed
16 lines
422 B
TOML
16 lines
422 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.18.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
subxt = { path = "../subxt" }
|
|
sp-runtime = "6.0.0"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = "../subxt" }
|
|
sp-core = "6.0.0"
|
|
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
|
which = "4.2.2"
|