mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 09:08:06 +00:00
75e383dfcf
* Bump versions and update changelog * tweak text * merge a couple of related changelog entries
16 lines
466 B
TOML
16 lines
466 B
TOML
[package]
|
|
name = "ui-tests"
|
|
version = "0.24.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" }
|