mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
c07b9e4be8
* Bump versions to `v0.22.0` Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Add missing crates for releasing chore Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update changelog message & remove non-user facing PRs Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update CHANGELOG.md Co-authored-by: James Wilson <james@jsdw.me> * Update CHANGELOG.md Co-authored-by: James Wilson <james@jsdw.me> Co-authored-by: James Wilson <james@jsdw.me>
16 lines
466 B
TOML
16 lines
466 B
TOML
[package]
|
|
name = "ui-tests"
|
|
version = "0.22.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.63"
|
|
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
|
frame-metadata = "15.0.0"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
subxt = { path = "../../subxt" }
|