Files
pezkuwi-subxt/polkadot/parachain/test-parachains/halt/Cargo.toml
T
Mara Robin B 7eba8f2162 bump to 0.9.23 (#5593)
* bump version to 0.9.23

* bump spec_version to 9230
2022-05-27 10:18:23 +02:00

17 lines
375 B
TOML

[package]
name = "test-parachain-halt"
version = "0.9.23"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2021"
build = "build.rs"
[dependencies]
[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features]
default = [ "std" ]
std = []