mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
26830a20df
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.21...tracing-0.1.22) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
942 B
TOML
25 lines
942 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 = "2.0.0", path = "../" }
|
|
sc-executor = { version = "0.8.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.8.0", path = "../../../primitives/state-machine" }
|
|
sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
|
sp-core = { version = "2.0.0", path = "../../core" }
|
|
sp-io = { version = "2.0.0", path = "../../io" }
|
|
tracing = "0.1.22"
|
|
tracing-core = "0.1.17"
|