Pin jsonrpsee (#8524)

This commit is contained in:
Caio
2021-04-03 11:34:17 -03:00
committed by GitHub
parent 4186274ddd
commit 35acdbc16f
2 changed files with 12 additions and 11 deletions
@@ -13,10 +13,10 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
jsonrpsee-http-client = { version = "0.2.0-alpha", default-features = false, features = ["tokio02"] }
jsonrpsee-http-client = { version = "=0.2.0-alpha.3", default-features = false, features = ["tokio02"] }
# Needed by jsonrpsee-proc-macros: https://github.com/paritytech/jsonrpsee/issues/214
jsonrpsee-types = "0.2.0-alpha.2"
jsonrpsee-proc-macros = "0.2.0-alpha.2"
jsonrpsee-types = "=0.2.0-alpha.3"
jsonrpsee-proc-macros = "=0.2.0-alpha.3"
hex-literal = "0.3.1"
env_logger = "0.8.2"