Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jul 19, 2018
1 parent 65b48c7 commit 2f21f2e
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.0.3"
version = "2.0.4"
authors = ["Stepan Koltsov <[email protected]>"]
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.0.3" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.0.3" }
protobuf = { path = "../protobuf", version = "=2.0.4" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.0.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.0.3"
version = "2.0.4"
authors = ["Stepan Koltsov <[email protected]>"]
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.0.3" }
protobuf = { path = "../protobuf", version = "=2.0.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.0.3"
version = "2.0.4"
authors = ["Stepan Koltsov <[email protected]>"]
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.0.3"
version = "2.0.4"
authors = ["Stepan Koltsov <[email protected]>"]
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.0.3" }
protobuf = { path = "../protobuf", version = "=2.0.3" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.0.3" }
protoc = { path = "../protoc", version = "=2.0.4" }
protobuf = { path = "../protobuf", version = "=2.0.4" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.0.4" }
tempdir = "~0.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.0.3"
version = "2.0.4"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
Expand Down

0 comments on commit 2f21f2e

Please sign in to comment.