mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
fix Cargo.lock dependency version (#1105)
This commit is contained in:
Generated
+4
-4
@@ -5544,11 +5544,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-babe-rpc"
|
||||
version = "0.8.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate#c0ccc24d02080ab4fbb2c65440327fc72acb6c42"
|
||||
version = "0.8.0-alpha.8"
|
||||
source = "git+https://github.com/paritytech/substrate#1291fbf5c711f6b3f26599aa771d8ad8c45efe8d"
|
||||
dependencies = [
|
||||
"derive_more 0.99.5",
|
||||
"futures 0.3.4",
|
||||
"derive_more 0.99.6",
|
||||
"futures 0.3.5",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-core-client",
|
||||
"jsonrpc-derive",
|
||||
|
||||
Reference in New Issue
Block a user