Skip to content

Commit 8c3e3df

Browse files
authored
Bump tarpc-plugins version. (#185)
1 parent 6907c6e commit 8c3e3df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ net2 = "0.2"
2626
num_cpus = "1.0"
2727
serde = "1.0"
2828
serde_derive = "1.0"
29-
tarpc-plugins = { path = "src/plugins", version = "0.2.0" }
29+
tarpc-plugins = { path = "src/plugins", version = "0.3.0" }
3030
thread-pool = "0.1.1"
3131
tokio-core = "0.1.6"
3232
tokio-io = "0.1"

src/plugins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tarpc-plugins"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Adam Wright <[email protected]>", "Tim Kuehn <[email protected]>"]
55
license = "MIT"
66
documentation = "https://docs.rs/tarpc"

0 commit comments

Comments
 (0)