Files
pezkuwi-subxt/polkadot/node/subsystem/Cargo.toml
T
Mara Robin B 1acc3fa150 Sync versions with current release (v0.9.29) (#5982)
* Bump transaction_version for westend

* Bump transaction_version for rococo

* Bump transaction_version for kusama

* Bump transaction_version for polkadot

* Bump spec_version to 9290

* Bump crate versions
2022-09-09 11:24:06 +00:00

12 lines
386 B
TOML

[package]
name = "polkadot-node-subsystem"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem traits and message definitions and the generated overseer"
[dependencies]
polkadot-overseer = { path = "../overseer" }
polkadot-node-subsystem-types = { path = "../subsystem-types" }
polkadot-node-jaeger = { path = "../jaeger" }