Files
pezkuwi-subxt/polkadot/runtime/common/slot_range_helper/Cargo.toml
T
Martin Pugh 396b38b355 Bump version, spec_version & substrate in prep for release v0.9.5 (#3238)
* bump spec_version and version

* bump substrate

* remove migrations

* Revert "remove migrations"

This reverts commit ceeab924d1cd5c2d3d05f24ab28315f0566f89d8.

* remove stale migration for kusama + westend
2021-06-14 23:10:45 +02:00

21 lines
599 B
TOML

[package]
name = "slot-range-helper"
version = "0.9.5"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
paste = "1.0"
enumn = "0.1.3"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
[features]
default = ["std"]
std = [
"sp-std/std",
"parity-scale-codec/std",
"sp-runtime/std",
]