Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jan 13, 2019
1 parent dffd916 commit 81559f9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions protobuf-codegen-pure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protobuf-codegen-pure"
version = "2.2.3"
version = "2.2.4"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/"
Expand All @@ -16,8 +16,8 @@ doctest = false
bench = false

[dependencies]
protobuf = { path = "../protobuf", version = "=2.2.3" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.2.3" }
protobuf = { path = "../protobuf", version = "=2.2.4" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.2.4" }

[[bin]]

Expand Down
4 changes: 2 additions & 2 deletions protobuf-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protobuf-codegen"
version = "2.2.3"
version = "2.2.4"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/"
Expand All @@ -17,7 +17,7 @@ See `protoc-rust` and `protobuf-codegen-pure` crates.
bench = false

[dependencies]
protobuf = { path = "../protobuf", version = "=2.2.3" }
protobuf = { path = "../protobuf", version = "=2.2.4" }

[[bin]]

Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "protobuf"
version = "2.2.3"
version = "2.2.4"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/"
Expand Down
8 changes: 4 additions & 4 deletions protoc-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-rust"
version = "2.2.3"
version = "2.2.4"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust/"
Expand All @@ -14,7 +14,7 @@ doctest = false
bench = false

[dependencies]
protoc = { path = "../protoc", version = "=2.2.2" }
protobuf = { path = "../protobuf", version = "=2.2.2" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.2.2" }
protoc = { path = "../protoc", version = "=2.2.4" }
protobuf = { path = "../protobuf", version = "=2.2.4" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.2.4" }
tempfile = "3"
2 changes: 1 addition & 1 deletion protoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc"
version = "2.2.3"
version = "2.2.4"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
Expand Down

0 comments on commit 81559f9

Please sign in to comment.