Files
pezkuwi-subxt/polkadot/runtime/kusama/constants/Cargo.toml
T
Mara Robin B 167df32561 Bump version (#4904)
* Bump spec_version

* Bump version to 0.9.17
2022-02-11 20:43:39 +01:00

20 lines
660 B
TOML

[package]
name = "kusama-runtime-constants"
version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
smallvec = "1.6.1"
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false }
runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
[features]
default = ["std"]
std = [
"sp-runtime/std"
]