Skip to content

Commit

Permalink
chore: release v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Oct 13, 2023
1 parent dfa52f1 commit 83fd6b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver = "2"

[workspace.package]
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
version = "0.20.1"
version = "0.20.2"
edition = "2021"
rust-version = "1.64.0"
license = "MIT"
Expand All @@ -30,11 +30,11 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
readme = "README.md"

[workspace.dependencies]
jsonrpsee-types = { path = "types", version = "0.20.1" }
jsonrpsee-core = { path = "core", version = "0.20.1" }
jsonrpsee-server = { path = "server", version = "0.20.1" }
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.20.1" }
jsonrpsee-http-client = { path = "client/http-client", version = "0.20.1" }
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.20.1" }
jsonrpsee-client-transport = { path = "client/transport", version = "0.20.1" }
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.20.1" }
jsonrpsee-types = { path = "types", version = "0.20.2" }
jsonrpsee-core = { path = "core", version = "0.20.2" }
jsonrpsee-server = { path = "server", version = "0.20.2" }
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.20.2" }
jsonrpsee-http-client = { path = "client/http-client", version = "0.20.2" }
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.20.2" }
jsonrpsee-client-transport = { path = "client/transport", version = "0.20.2" }
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.20.2" }

0 comments on commit 83fd6b1

Please sign in to comment.