mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Fixup cargo unleash (#6689)
* Bumping to rc5 * Revert "Bumping to rc5" This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7. * Bumping for rc5, correctly this time
This commit is contained in:
committed by
GitHub
parent
dcaaf713e8
commit
629a801b6a
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-manual-seal"
|
||||
version = "0.8.0-rc4"
|
||||
version = "0.8.0-rc5"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Manual sealing engine for Substrate"
|
||||
edition = "2018"
|
||||
@@ -22,20 +22,20 @@ parking_lot = "0.10.0"
|
||||
serde = { version = "1.0", features=["derive"] }
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
sc-client-api = { path = "../../../client/api", version = "2.0.0-rc4" }
|
||||
sc-transaction-pool = { path = "../../transaction-pool", version = "2.0.0-rc4" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain", version = "2.0.0-rc4" }
|
||||
sp-consensus = { package = "sp-consensus", path = "../../../primitives/consensus/common", version = "0.8.0-rc4" }
|
||||
sp-inherents = { path = "../../../primitives/inherents", version = "2.0.0-rc4" }
|
||||
sp-runtime = { path = "../../../primitives/runtime", version = "2.0.0-rc4" }
|
||||
sp-core = { path = "../../../primitives/core", version = "2.0.0-rc4" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", version = "2.0.0-rc4" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.8.0-rc4" }
|
||||
sc-client-api = { path = "../../../client/api", version = "2.0.0-rc5" }
|
||||
sc-transaction-pool = { path = "../../transaction-pool", version = "2.0.0-rc5" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain", version = "2.0.0-rc5" }
|
||||
sp-consensus = { package = "sp-consensus", path = "../../../primitives/consensus/common", version = "0.8.0-rc5" }
|
||||
sp-inherents = { path = "../../../primitives/inherents", version = "2.0.0-rc5" }
|
||||
sp-runtime = { path = "../../../primitives/runtime", version = "2.0.0-rc5" }
|
||||
sp-core = { path = "../../../primitives/core", version = "2.0.0-rc5" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", version = "2.0.0-rc5" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.8.0-rc5" }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-basic-authorship = { path = "../../basic-authorship", version = "0.8.0-rc4" }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client", version = "2.0.0-rc4" }
|
||||
substrate-test-runtime-transaction-pool = { path = "../../../test-utils/runtime/transaction-pool", version = "2.0.0-rc4" }
|
||||
sc-basic-authorship = { path = "../../basic-authorship", version = "0.8.0-rc5" }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client", version = "2.0.0-rc5" }
|
||||
substrate-test-runtime-transaction-pool = { path = "../../../test-utils/runtime/transaction-pool", version = "2.0.0-rc5" }
|
||||
tokio = { version = "0.2", features = ["rt-core", "macros"] }
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user