mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 14:51:14 +00:00
e2776f42f9
bump version to -alpha.1
14 lines
416 B
TOML
14 lines
416 B
TOML
[package]
|
|
name = "sp-externalities"
|
|
version = "0.8.0-alpha.1"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies]
|
|
sp-storage = { version = "2.0.0-alpha.1", path = "../storage" }
|
|
sp-std = { version = "2.0.0-alpha.1", path = "../std" }
|
|
environmental = { version = "1.1.1" }
|