Skip to content

Commit

Permalink
++ver
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 16, 2018
1 parent 9940abd commit a82cabf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grpc-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-compiler"
version = "0.4.0"
version = "0.5.0"
description = "gRPC compiler for rust-grpc"
license = "MIT/Apache-2.0"
authors = ["Stepan Koltsov <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "grpc"
version = "0.4.0"
version = "0.5.0"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Rust implementation of gRPC"
Expand Down
4 changes: 2 additions & 2 deletions protoc-rust-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-rust-grpc"
version = "0.4.0"
version = "0.5.0"
authors = ["Stepan Koltsov <[email protected]>"]
homepage = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
repository = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
Expand All @@ -17,5 +17,5 @@ test = false
protoc = "2"
protoc-rust = "2"
protobuf = "2"
grpc-compiler = { version = "=0.4.0", path = "../grpc-compiler" }
grpc-compiler = { path = "../grpc-compiler", version = "=0.5.0" }
tempdir = "0.3"

0 comments on commit a82cabf

Please sign in to comment.