mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-26 05:21:08 +00:00
9fc4e16eff
* Bump spec_version to 9260 * Version bump to v0.9.26
18 lines
670 B
TOML
18 lines
670 B
TOML
[package]
|
|
name = "polkadot-node-core-parachains-inherent"
|
|
version = "0.9.26"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
futures-timer = "3.0.2"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
thiserror = "1.0.31"
|
|
async-trait = "0.1.53"
|
|
polkadot-node-subsystem = { path = "../../subsystem" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|