Files
pezkuwi-subxt/substrate/primitives/runtime-interface/test/Cargo.toml
T
dependabot[bot] 8f2517b06e Bump tracing from 0.1.22 to 0.1.25 (#8263)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.22 to 0.1.25.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.22...tracing-0.1.25)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-11 14:04:47 +01:00

25 lines
928 B
TOML

[package]
name = "sp-runtime-interface-test"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
publish = false
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-runtime-interface = { version = "3.0.0", path = "../" }
sc-executor = { version = "0.9.0", path = "../../../client/executor" }
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" }
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" }
sp-state-machine = { version = "0.9.0", path = "../../state-machine" }
sp-runtime = { version = "3.0.0", path = "../../runtime" }
sp-core = { version = "3.0.0", path = "../../core" }
sp-io = { version = "3.0.0", path = "../../io" }
tracing = "0.1.25"
tracing-core = "0.1.17"