Files
pezkuwi-subxt/test/relay-validation-worker-provider/Cargo.toml
T
Egor_P 7c9bf742be update deps with the asset destroy changes in substrate and polkadot (#1932)
* update deps with the asste destroy changes in substrate and polkadot

* fix buildah
2022-12-02 11:59:18 +01:00

15 lines
354 B
TOML

[package]
name = "cumulus-test-relay-validation-worker-provider"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
[dependencies]
# Polkadot
polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33-asset-destroy" }
[build-dependencies]
toml = "0.5.9"