mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 22:05:42 +00:00
Prepping release of alpha.6 (#5629)
* bumping version * cargo update * adding changelog
This commit is contained in:
committed by
GitHub
parent
889a9763dd
commit
51f9bb3c0e
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-io"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,18 +9,21 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "I/O for Substrate runtimes"
|
||||
documentation = "https://docs.rs/sp-io"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../core" }
|
||||
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../std" }
|
||||
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../core" }
|
||||
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../std" }
|
||||
libsecp256k1 = { version = "0.3.4", optional = true }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", optional = true, path = "../../primitives/state-machine" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.5", path = "../../primitives/wasm-interface", default-features = false }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", default-features = false, path = "../runtime-interface" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", optional = true, path = "../../primitives/trie" }
|
||||
sp-externalities = { version = "0.8.0-alpha.5", optional = true, path = "../externalities" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", optional = true, path = "../../primitives/state-machine" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.6", path = "../../primitives/wasm-interface", default-features = false }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", default-features = false, path = "../runtime-interface" }
|
||||
sp-trie = { version = "2.0.0-alpha.6", optional = true, path = "../../primitives/trie" }
|
||||
sp-externalities = { version = "0.8.0-alpha.6", optional = true, path = "../externalities" }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
|
||||
[features]
|
||||
@@ -46,6 +49,3 @@ std = [
|
||||
disable_panic_handler = []
|
||||
disable_oom = []
|
||||
disable_allocator = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user