mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
cc0f980d95
* WIP update dependencies to crates versions * Use released versions of sp-version and sp-arithmetic * Attempt to align version of sp-keyring used to correspond to 4.0.0 releases. No luck but closer * sp-keyring 4.0.0 * also sp-keyring 4.0.0 for macro crate * simplify cargo.tomls Co-authored-by: James Wilson <james@jsdw.me>
16 lines
405 B
TOML
16 lines
405 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
subxt = { path = ".." }
|
|
sp-runtime = "4.0.0"
|
|
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = ".." }
|
|
sp-core = "4.0.0"
|
|
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
|
which = "4.2.2"
|