Skip to content
Snippets Groups Projects
Commit f6e8b10d authored by André Silva's avatar André Silva Committed by GitHub
Browse files

fix Cargo.lock dependency version (#1105)

parent afb9af4c
Branches
No related merge requests found
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment