mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 07:17:26 +00:00
2978c1b9f4
* Bump Substrate again. * update kusama runtmie for ensure origin * update polkadot runtime for ensure origin * fix imports * root only available for runtime benchmarks * Fix lock file * Bump Substrate * Update lock * Remove questionable feature-gating. Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
11 lines
412 B
TOML
11 lines
412 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.8.7"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|