-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use patched ws-rs * Update settings * Bump versions to 16.0.0
- Loading branch information
1 parent
b165fac
commit 92e3c14
Showing
15 changed files
with
47 additions
and
45 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 = "15.0.0" | ||
version = "16.0.0" | ||
authors = ["tomusdrw <[email protected]>"] | ||
license = "MIT" | ||
|
||
[dependencies] | ||
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" } | ||
jsonrpc-core = { version = "16.0", path = "../../core" } | ||
jsonrpc-pubsub = { version = "16.0", path = "../" } | ||
jsonrpc-ws-server = { version = "16.0", path = "../../ws" } | ||
jsonrpc-ipc-server = { version = "16.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 = "15.0.0" | ||
version = "16.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 = "15.0", path = "../core" } | ||
jsonrpc-core-client = { version = "15.0", path = "../core-client" } | ||
jsonrpc-pubsub = { version = "15.0", path = "../pubsub" } | ||
jsonrpc-core = { version = "16.0", path = "../core" } | ||
jsonrpc-core-client = { version = "16.0", path = "../core-client" } | ||
jsonrpc-pubsub = { version = "16.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 = "15.0", path = "../derive" } | ||
jsonrpc-derive = { version = "16.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
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