Skip to content

Commit 83fd6b1

Browse files
committed
chore: release v0.20.2
1 parent dfa52f1 commit 83fd6b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919

2020
[workspace.package]
2121
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
22-
version = "0.20.1"
22+
version = "0.20.2"
2323
edition = "2021"
2424
rust-version = "1.64.0"
2525
license = "MIT"
@@ -30,11 +30,11 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
3030
readme = "README.md"
3131

3232
[workspace.dependencies]
33-
jsonrpsee-types = { path = "types", version = "0.20.1" }
34-
jsonrpsee-core = { path = "core", version = "0.20.1" }
35-
jsonrpsee-server = { path = "server", version = "0.20.1" }
36-
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.20.1" }
37-
jsonrpsee-http-client = { path = "client/http-client", version = "0.20.1" }
38-
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.20.1" }
39-
jsonrpsee-client-transport = { path = "client/transport", version = "0.20.1" }
40-
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.20.1" }
33+
jsonrpsee-types = { path = "types", version = "0.20.2" }
34+
jsonrpsee-core = { path = "core", version = "0.20.2" }
35+
jsonrpsee-server = { path = "server", version = "0.20.2" }
36+
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.20.2" }
37+
jsonrpsee-http-client = { path = "client/http-client", version = "0.20.2" }
38+
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.20.2" }
39+
jsonrpsee-client-transport = { path = "client/transport", version = "0.20.2" }
40+
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.20.2" }

0 commit comments

Comments
 (0)