Skip to content

Commit

Permalink
Update jsonrpsee to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz committed Sep 12, 2024
1 parent fa81437 commit 1f31d5d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 74 deletions.
110 changes: 37 additions & 73 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config = { path = "../config" }
common = { path = "../common" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
jsonrpsee = { version = "0.18.0", features = ["full"] }
jsonrpsee = { version = "0.19.0", features = ["full"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
gloo-timers = "0.3.0"
Expand Down

0 comments on commit 1f31d5d

Please sign in to comment.