mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 16:27:58 +00:00
6fc2da146f
* bump all spec version to 9180 and versions to 0.9.18 * all to 0.9.18 * lock update
11 lines
394 B
TOML
11 lines
394 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.9.18"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|