Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jan 14, 2020
1 parent 12f1fe0 commit 1ced360
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.6.1"
version = "0.6.2"
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.6.1"
version = "0.6.2"
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.6.1"
version = "0.6.2"
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 = { version = ">=2.8.0, <2.10.0" }
protoc-rust = { version = ">=2.8.0, <2.10.0" }
protobuf = { version = ">=2.8.0, <2.10.0" }
grpc-compiler = { path = "../grpc-compiler", version = "=0.6.1" }
grpc-compiler = { path = "../grpc-compiler", version = "=0.6.2" }
tempdir = "0.3"

0 comments on commit 1ced360

Please sign in to comment.