Files
pezkuwi-subxt/polkadot/node/core/dispute-participation/Cargo.toml
T
Chevdor 789017cc76 Version bumps to 0.9.9 (#3576)
* chore: version bump to 0.9.9

* bump from 0.9.0 to 0.9.9
2021-08-06 16:39:13 +02:00

21 lines
625 B
TOML

[package]
name = "polkadot-node-core-dispute-participation"
version = "0.9.9"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
futures = "0.3.12"
thiserror = "1.0.23"
tracing = "0.1.26"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-primitives = { path = "../../../primitives" }
[dev-dependencies]
assert_matches = "1.5.0"
parity-scale-codec = "2.0.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"}
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }