mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 07:11:03 +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
@@ -8,12 +8,15 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
publish = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", default-features = false, path = "../application-crypto" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", default-features = false, path = "../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../core" }
|
||||
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../core" }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../runtime" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../runtime" }
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
[features]
|
||||
@@ -24,6 +27,3 @@ std = [
|
||||
"sp-application-crypto/std",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user