Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Pin jsonrpsee (#8524)
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r authored Apr 3, 2021
1 parent 2789fed commit 52d5e19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions utils/frame/remote-externalities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52d5e19

Please sign in to comment.