Files
pezkuwi-subxt/polkadot/statement-table/Cargo.toml
T
Martin Pugh 52537f3621 Bump substrate, and bump version to v0.8.27 (#2082)
* Bump version from v0.8.26 to v0.8.27

* bump substrate
2020-12-07 17:32:32 +01:00

11 lines
394 B
TOML

[package]
name = "polkadot-statement-table"
version = "0.8.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
primitives = { package = "polkadot-primitives", path = "../primitives" }