Skip to content

Commit

Permalink
Bug fixed in httpbis
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jul 6, 2017
1 parent fc25ecc commit 1085ec9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1.11"
version = "0.2.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-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protobuf = "1.*"
futures = "0.*"
futures-cpupool = "0.1.*"
tls-api = "0.*"
httpbis = "0.4.0"
httpbis = "0.4.1"

[build-dependencies]
protoc-rust-grpc = { path = "../protoc-rust-grpc" }
Expand Down
6 changes: 3 additions & 3 deletions grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]

name = "grpc"
version = "0.1.11"
version = "0.2.0"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Rust implementation of gRPC"
repository = "https://github.com/stepancheg/grpc-rust"
readme = "README.md"
readme = "../README.md"
keywords = ["grpc"]

[dependencies]
Expand All @@ -17,7 +17,7 @@ futures-cpupool = "0.*"
tokio-core = "0.*"
tokio-io = "0.*"
tokio-tls-api = "0.*"
httpbis = "0.4.0"
httpbis = "0.4.1"
tls-api = "0.*"
tls-api-stub = "0.*"
bytes = "0.*"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.11"
version = "0.2.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 Down
2 changes: 1 addition & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

version="0.1.11"
version="0.2.0"

sed -e 's,^version = .*,version = "'$version'",' -i '' \
Cargo.toml grpc-compiler/Cargo.toml protoc-rust-grpc/Cargo.toml
Expand Down

0 comments on commit 1085ec9

Please sign in to comment.