-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48c1013
commit 22ba7eb
Showing
13 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ name = "jsonrpc-pubsub-examples" | |
description = "Examples of Publish-Subscribe extension for jsonrpc." | ||
homepage = "https://github.com/paritytech/jsonrpc" | ||
repository = "https://github.com/paritytech/jsonrpc" | ||
version = "14.2.0" | ||
version = "15.0.0" | ||
authors = ["tomusdrw <[email protected]>"] | ||
license = "MIT" | ||
|
||
[dependencies] | ||
jsonrpc-core = { version = "14.2", path = "../../core" } | ||
jsonrpc-pubsub = { version = "14.2", path = "../" } | ||
jsonrpc-ws-server = { version = "14.2", path = "../../ws" } | ||
jsonrpc-ipc-server = { version = "14.2", path = "../../ipc" } | ||
jsonrpc-core = { version = "15.0", path = "../../core" } | ||
jsonrpc-pubsub = { version = "15.0", path = "../" } | ||
jsonrpc-ws-server = { version = "15.0", path = "../../ws" } | ||
jsonrpc-ipc-server = { version = "15.0", path = "../../ipc" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "jsonrpc-test" | ||
description = "Simple test framework for JSON-RPC." | ||
version = "14.2.0" | ||
version = "15.0.0" | ||
authors = ["Tomasz Drwięga <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/paritytech/jsonrpc" | ||
|
@@ -10,9 +10,9 @@ documentation = "https://docs.rs/jsonrpc-test/" | |
edition = "2018" | ||
|
||
[dependencies] | ||
jsonrpc-core = { version = "14.2", path = "../core" } | ||
jsonrpc-core-client = { version = "14.2", path = "../core-client" } | ||
jsonrpc-pubsub = { version = "14.2", path = "../pubsub" } | ||
jsonrpc-core = { version = "15.0", path = "../core" } | ||
jsonrpc-core-client = { version = "15.0", path = "../core-client" } | ||
jsonrpc-pubsub = { version = "15.0", path = "../pubsub" } | ||
log = "0.4" | ||
serde = "1.0" | ||
serde_json = "1.0" | ||
|
@@ -21,5 +21,5 @@ serde_json = "1.0" | |
arbitrary_precision = ["jsonrpc-core-client/arbitrary_precision", "serde_json/arbitrary_precision", "jsonrpc-core/arbitrary_precision"] | ||
|
||
[dev-dependencies] | ||
jsonrpc-derive = { version = "14.2", path = "../derive" } | ||
jsonrpc-derive = { version = "15.0", path = "../derive" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters