@@ -19,7 +19,7 @@ resolver = "2"
19
19
20
20
[workspace .package ]
21
21
authors = [
" Parity Technologies <[email protected] >" ,
" Pierre Krieger <[email protected] >" ]
22
- version = " 0.20.1 "
22
+ version = " 0.20.2 "
23
23
edition = " 2021"
24
24
rust-version = " 1.64.0"
25
25
license = " MIT"
@@ -30,11 +30,11 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
30
30
readme = " README.md"
31
31
32
32
[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