mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
443ad90b47
* Update codec version to the 4.1 version * Bump impl_version * Update lock files * Update codec to 4.1.1 version * Bump impl version
15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "substrate-state-db"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.8.0"
|
|
log = "0.4"
|
|
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
|
parity-codec = { version = "4.1.1", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.6"
|