From 95d47d445f707d40bd4a08b4e89274a35b0b1761 Mon Sep 17 00:00:00 2001 From: Stiopa Koltsov Date: Sun, 21 Jun 2020 07:24:52 +0100 Subject: [PATCH] Bump version to 2.15.0 --- protobuf-codegen-pure/Cargo.toml | 6 +++--- protobuf-codegen/Cargo.toml | 4 ++-- protobuf/Cargo.toml | 2 +- protoc-bin-vendored/Cargo.toml | 4 ++-- protoc-rust/Cargo.toml | 8 ++++---- protoc/Cargo.toml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/protobuf-codegen-pure/Cargo.toml b/protobuf-codegen-pure/Cargo.toml index c2180462c..0212594aa 100644 --- a/protobuf-codegen-pure/Cargo.toml +++ b/protobuf-codegen-pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen-pure" -version = "2.15.0-pre" +version = "2.15.0" 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.15.0-pre" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.15.0-pre" } +protobuf = { path = "../protobuf", version = "=2.15.0" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.15.0" } [[bin]] diff --git a/protobuf-codegen/Cargo.toml b/protobuf-codegen/Cargo.toml index 01fffd4f9..92d156525 100644 --- a/protobuf-codegen/Cargo.toml +++ b/protobuf-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen" -version = "2.15.0-pre" +version = "2.15.0" 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.15.0-pre" } +protobuf = { path = "../protobuf", version = "=2.15.0" } [[bin]] diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index 9ba9f7d2a..4ff2c66b8 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protobuf" -version = "2.15.0-pre" +version = "2.15.0" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/" diff --git a/protoc-bin-vendored/Cargo.toml b/protoc-bin-vendored/Cargo.toml index d116cf8f2..3b66f6e01 100644 --- a/protoc-bin-vendored/Cargo.toml +++ b/protoc-bin-vendored/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-bin-vendored" -version = "2.15.0-pre" +version = "2.15.0" edition = "2018" authors = ["Stepan Koltsov "] license = "MIT" @@ -17,7 +17,7 @@ bench = false [dependencies] [dev-dependencies] -protoc = { path = "../protoc", version = "=2.15.0-pre" } +protoc = { path = "../protoc", version = "=2.15.0" } [package.metadata.docs.rs] all-features = true diff --git a/protoc-rust/Cargo.toml b/protoc-rust/Cargo.toml index f8066da8c..5e74aeeef 100644 --- a/protoc-rust/Cargo.toml +++ b/protoc-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-rust" -version = "2.15.0-pre" +version = "2.15.0" 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.15.0-pre" } -protobuf = { path = "../protobuf", version = "=2.15.0-pre" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.15.0-pre" } +protoc = { path = "../protoc", version = "=2.15.0" } +protobuf = { path = "../protobuf", version = "=2.15.0" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.15.0" } tempfile = "3" [package.metadata.docs.rs] diff --git a/protoc/Cargo.toml b/protoc/Cargo.toml index 976a9dfa0..cbb0e1230 100644 --- a/protoc/Cargo.toml +++ b/protoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc" -version = "2.15.0-pre" +version = "2.15.0" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"