mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-15 18:25:43 +00:00
b76086c617
* westend: update transaction version * polkadot: update transaction version * kusama: update transaction version * Bump spec_version to 9330 * bump versions to 0.9.33
15 lines
239 B
TOML
15 lines
239 B
TOML
[package]
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
name = "xcm-procedural"
|
|
version = "0.9.33"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.43"
|
|
quote = "1.0.20"
|
|
syn = "1.0.95"
|
|
Inflector = "0.11.4"
|