mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 05:57:59 +00:00
f0c66f9b99
* Increase the minimum treasury bond to reduce silly proposals * Bump substrate * Bump version
11 lines
332 B
TOML
11 lines
332 B
TOML
[package]
|
|
name = "polkadot-executor"
|
|
version = "0.7.10"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
polkadot-runtime = { path = "../runtime" }
|