mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Tagging as rc1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "frame-benchmarking-cli"
|
||||
version = "2.0.0-dev"
|
||||
version = "2.0.0-rc1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -12,15 +12,15 @@ description = "CLI for benchmarking FRAME"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
frame-benchmarking = { version = "2.0.0-dev", path = "../../../frame/benchmarking" }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-dev", default-features = false, path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-dev", path = "../../../client/cli" }
|
||||
sc-client-db = { version = "0.8.0-dev", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-dev", path = "../../../client/executor" }
|
||||
sp-externalities = { version = "0.8.0-dev", path = "../../../primitives/externalities" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
|
||||
frame-benchmarking = { version = "2.0.0-rc1", path = "../../../frame/benchmarking" }
|
||||
sp-core = { version = "2.0.0-rc1", path = "../../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-rc1", default-features = false, path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-rc1", path = "../../../client/cli" }
|
||||
sc-client-db = { version = "0.8.0-rc1", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-rc1", path = "../../../client/executor" }
|
||||
sp-externalities = { version = "0.8.0-rc1", path = "../../../primitives/externalities" }
|
||||
sp-runtime = { version = "2.0.0-rc1", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-rc1", path = "../../../primitives/state-machine" }
|
||||
structopt = "0.3.8"
|
||||
codec = { version = "1.3.0", package = "parity-scale-codec" }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-support"
|
||||
version = "2.0.0-dev"
|
||||
version = "2.0.0-rc1"
|
||||
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -17,10 +17,10 @@ jsonrpc-client-transports = { version = "14.0.5", default-features = false, feat
|
||||
jsonrpc-core = "14"
|
||||
codec = { package = "parity-scale-codec", version = "1" }
|
||||
serde = "1"
|
||||
frame-support = { version = "2.0.0-dev", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-dev", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-dev", path = "../../../../client/rpc-api" }
|
||||
frame-support = { version = "2.0.0-rc1", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-rc1", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-rc1", path = "../../../../client/rpc-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
frame-system = { version = "2.0.0-dev", path = "../../../../frame/system" }
|
||||
frame-system = { version = "2.0.0-rc1", path = "../../../../frame/system" }
|
||||
tokio = "0.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-system"
|
||||
version = "2.0.0-dev"
|
||||
version = "2.0.0-rc1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -12,7 +12,7 @@ description = "FRAME's system exposed over Substrate RPC"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-client-api = { version = "2.0.0-dev", path = "../../../../client/api" }
|
||||
sc-client-api = { version = "2.0.0-rc1", path = "../../../../client/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
futures = { version = "0.3.4", features = ["compat"] }
|
||||
jsonrpc-core = "14.0.3"
|
||||
@@ -20,14 +20,14 @@ jsonrpc-core-client = "14.0.5"
|
||||
jsonrpc-derive = "14.0.3"
|
||||
log = "0.4.8"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-dev", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-dev", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../../primitives/transaction-pool" }
|
||||
sp-runtime = { version = "2.0.0-rc1", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-rc1", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-rc1", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-rc1", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-rc1", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc1", path = "../../../../primitives/transaction-pool" }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-rc1", path = "../../../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
sc-transaction-pool = { version = "2.0.0-dev", path = "../../../../client/transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0-rc1", path = "../../../../client/transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user