mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 02:37:22 +00:00
ec77d728b9
* Bump version * Update Cargo lock and bump runtime version * Remove balance transfer disabler.
11 lines
331 B
TOML
11 lines
331 B
TOML
[package]
|
|
name = "polkadot-executor"
|
|
version = "0.7.7"
|
|
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" }
|