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

Commit

Permalink
Merge branch 'master' into ring-0.14
Browse files Browse the repository at this point in the history
* master:
  Update to jsonrpc-derive 10.0.2, fixes aliases bug (#10300)
  • Loading branch information
ordian committed Feb 5, 2019
2 parents 4557436 + 1b3b9b2 commit 34aa00e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ transient-hashmap = "0.4"
itertools = "0.5"

jsonrpc-core = "10.0.1"
jsonrpc-derive = "10.0.1"
jsonrpc-derive = "10.0.2"
jsonrpc-http-server = "10.0.1"
jsonrpc-ws-server = "10.0.1"
jsonrpc-ipc-server = "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion whisper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ smallvec = "0.6"
tiny-keccak = "1.4"

jsonrpc-core = "10.0.1"
jsonrpc-derive = "10.0.1"
jsonrpc-derive = "10.0.2"
jsonrpc-pubsub = "10.0.1"

0 comments on commit 34aa00e

Please sign in to comment.