-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update changelog Signed-off-by: Alexandru Vasile <[email protected]> * cargo: Bump version to 0.18.3 Signed-off-by: Alexandru Vasile <[email protected]> * Change the release to v0.19.0 Signed-off-by: Alexandru Vasile <[email protected]> * tests: Change expected error to accomodate rust from gitlab Signed-off-by: Alexandru Vasile <[email protected]> * Revert "tests: Change expected error to accomodate rust from gitlab" This reverts commit ac70559. * changelog: Remove unrelated changes Signed-off-by: Alexandru Vasile <[email protected]> --------- Signed-off-by: Alexandru Vasile <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"] | ||
version = "0.18.2" | ||
version = "0.19.0" | ||
edition = "2021" | ||
rust-version = "1.64.0" | ||
license = "MIT" | ||
|
@@ -30,11 +30,11 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"] | |
readme = "README.md" | ||
|
||
[workspace.dependencies] | ||
jsonrpsee-types = { path = "types", version = "0.18.2" } | ||
jsonrpsee-core = { path = "core", version = "0.18.2" } | ||
jsonrpsee-server = { path = "server", version = "0.18.2" } | ||
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.18.2" } | ||
jsonrpsee-http-client = { path = "client/http-client", version = "0.18.2" } | ||
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.18.2" } | ||
jsonrpsee-client-transport = { path = "client/transport", version = "0.18.2" } | ||
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.18.2" } | ||
jsonrpsee-types = { path = "types", version = "0.19.0" } | ||
jsonrpsee-core = { path = "core", version = "0.19.0" } | ||
jsonrpsee-server = { path = "server", version = "0.19.0" } | ||
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.19.0" } | ||
jsonrpsee-http-client = { path = "client/http-client", version = "0.19.0" } | ||
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.19.0" } | ||
jsonrpsee-client-transport = { path = "client/transport", version = "0.19.0" } | ||
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.19.0" } |