mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
set missing metadata fields, prepping alpha.2 (#5067)
* setting first batch of descriptions * fix what I just broke * next batch * and pallets, too * last batch * set cargo.lock * keep'em dev-deps * bump version to alpha.2
This commit is contained in:
committed by
GitHub
parent
01c6b7cdde
commit
d6aa8e954c
@@ -1,14 +1,16 @@
|
||||
[package]
|
||||
name = "sp-core"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Shareable Substrate types."
|
||||
documentation = "https://docs.rs/sp-core"
|
||||
|
||||
[dependencies]
|
||||
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../std" }
|
||||
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../std" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
rustc-hex = { version = "2.0.1", default-features = false }
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
@@ -28,9 +30,9 @@ num-traits = { version = "0.2.8", default-features = false }
|
||||
zeroize = { version = "1.0.0", default-features = false }
|
||||
lazy_static = { version = "1.4.0", default-features = false, optional = true }
|
||||
parking_lot = { version = "0.10.0", optional = true }
|
||||
sp-debug-derive = { version = "2.0.0-alpha.1", path = "../debug-derive" }
|
||||
sp-externalities = { version = "0.8.0-alpha.1", optional = true, path = "../externalities" }
|
||||
sp-storage = { version = "2.0.0-alpha.1", default-features = false, path = "../storage" }
|
||||
sp-debug-derive = { version = "2.0.0-alpha.2", path = "../debug-derive" }
|
||||
sp-externalities = { version = "0.8.0-alpha.2", optional = true, path = "../externalities" }
|
||||
sp-storage = { version = "2.0.0-alpha.2", default-features = false, path = "../storage" }
|
||||
libsecp256k1 = { version = "0.3.2", default-features = false, features = ["hmac"] }
|
||||
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
@@ -43,10 +45,10 @@ sha2 = { version = "0.8.0", default-features = false, optional = true }
|
||||
hex = { version = "0.4", default-features = false, optional = true }
|
||||
twox-hash = { version = "1.5.0", default-features = false, optional = true }
|
||||
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.1", default-features = false, path = "../runtime-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.2", default-features = false, path = "../runtime-interface" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-serializer = { version = "2.0.0-alpha.1", path = "../serializer" }
|
||||
sp-serializer = { version = "2.0.0-alpha.2", path = "../serializer" }
|
||||
pretty_assertions = "0.6.1"
|
||||
hex-literal = "0.2.1"
|
||||
rand = "0.7.2"
|
||||
|
||||
Reference in New Issue
Block a user