Files
pezkuwi-subxt/polkadot/xcm/Cargo.toml
T
Guillaume Thiolliere 29f12f3f48 Upgrade codec to 2.0 and bitvec to 0.20 (companion) (#2343)
* upgrade codec and bitvec

* "Update Substrate"

Co-authored-by: parity-processbot <>
2021-01-29 14:35:45 +01:00

17 lines
349 B
TOML

[package]
name = "xcm"
version = "0.8.22"
authors = ["Parity Technologies x<admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2018"
[dependencies]
parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] }
[features]
default = ["std"]
wasm-api = []
std = [
"parity-scale-codec/std",
]