-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog and bump version * implement mistakes
- Loading branch information
1 parent
37f1ce2
commit 819ed90
Showing
2 changed files
with
18 additions
and
9 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.1" | ||
version = "0.18.2" | ||
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.1" } | ||
jsonrpsee-core = { path = "core", version = "0.18.1" } | ||
jsonrpsee-server = { path = "server", version = "0.18.1" } | ||
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.18.1" } | ||
jsonrpsee-http-client = { path = "client/http-client", version = "0.18.1" } | ||
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.18.1" } | ||
jsonrpsee-client-transport = { path = "client/transport", version = "0.18.1" } | ||
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.18.1" } | ||
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" } |