Skip to content

Commit 8d3af02

Browse files
committed
Bump versions to 0.3.0
1 parent 682583b commit 8d3af02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonrpc-client-core"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>"]
55
description = "A crate for generating transport agnostic, auto serializing, strongly typed JSON-RPC 2.0 clients"
66
readme = "../README.md"

http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonrpc-client-http"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>"]
55
description = "A transport implementation for jsonrpc-client-core based on Hyper and futures"
66
readme = "README.md"
@@ -18,7 +18,7 @@ native-tls = { version = "0.1", optional = true }
1818
log = "0.4"
1919
tokio-core = "0.1"
2020

21-
jsonrpc-client-core = { version = "0.2.1", path = "../core" }
21+
jsonrpc-client-core = { version = "0.3", path = "../core" }
2222

2323
[features]
2424
default = ["tls"]

0 commit comments

Comments
 (0)