mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 12:37:59 +00:00
9ed042812f
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
514 B
TOML
17 lines
514 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.27.1"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-runtime = "20.0.0"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
tokio = { version = "1.26", features = ["macros", "rt-multi-thread"] }
|
|
which = "4.4.0"
|
|
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }
|