diff --git a/protobuf-codegen-pure/Cargo.toml b/protobuf-codegen-pure/Cargo.toml index 073006ca7..329a5aa51 100644 --- a/protobuf-codegen-pure/Cargo.toml +++ b/protobuf-codegen-pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen-pure" -version = "2.18.0" +version = "2.18.1" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/" @@ -16,8 +16,8 @@ doctest = false bench = false [dependencies] -protobuf = { path = "../protobuf", version = "=2.18.0" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.18.0" } +protobuf = { path = "../protobuf", version = "=2.18.1" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.18.1" } [[bin]] diff --git a/protobuf-codegen/Cargo.toml b/protobuf-codegen/Cargo.toml index 01d10879b..41240670e 100644 --- a/protobuf-codegen/Cargo.toml +++ b/protobuf-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen" -version = "2.18.0" +version = "2.18.1" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/" @@ -17,7 +17,7 @@ See `protoc-rust` and `protobuf-codegen-pure` crates. bench = false [dependencies] -protobuf = { path = "../protobuf", version = "=2.18.0" } +protobuf = { path = "../protobuf", version = "=2.18.1" } [[bin]] diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index b751373e4..3b03c9648 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protobuf" -version = "2.18.0" +version = "2.18.1" authors = ["Stepan Koltsov "] edition = "2018" license = "MIT" diff --git a/protoc-bin-vendored/Cargo.toml b/protoc-bin-vendored/Cargo.toml index faea7a69e..a16bb84f0 100644 --- a/protoc-bin-vendored/Cargo.toml +++ b/protoc-bin-vendored/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-bin-vendored" -version = "2.18.0" +version = "2.18.1" edition = "2018" authors = ["Stepan Koltsov "] license = "MIT" @@ -17,7 +17,7 @@ bench = false [dependencies] [dev-dependencies] -protoc = { path = "../protoc", version = "=2.18.0" } +protoc = { path = "../protoc", version = "=2.18.1" } [package.metadata.docs.rs] all-features = true diff --git a/protoc-rust/Cargo.toml b/protoc-rust/Cargo.toml index cc2a3008c..7700bb468 100644 --- a/protoc-rust/Cargo.toml +++ b/protoc-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-rust" -version = "2.18.0" +version = "2.18.1" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust/" @@ -14,9 +14,9 @@ doctest = false bench = false [dependencies] -protoc = { path = "../protoc", version = "=2.18.0" } -protobuf = { path = "../protobuf", version = "=2.18.0" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.18.0" } +protoc = { path = "../protoc", version = "=2.18.1" } +protobuf = { path = "../protobuf", version = "=2.18.1" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.18.1" } tempfile = "3" [package.metadata.docs.rs] diff --git a/protoc/Cargo.toml b/protoc/Cargo.toml index e88d7c9e4..4ac39d6c7 100644 --- a/protoc/Cargo.toml +++ b/protoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc" -version = "2.18.0" +version = "2.18.1" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"