diff --git a/protobuf-codegen-pure/Cargo.toml b/protobuf-codegen-pure/Cargo.toml index efe828bfb..14ee674f4 100644 --- a/protobuf-codegen-pure/Cargo.toml +++ b/protobuf-codegen-pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen-pure" -version = "2.20.0-pre" +version = "2.20.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.20.0-pre" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.20.0-pre" } +protobuf = { path = "../protobuf", version = "=2.20.0" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.20.0" } [[bin]] diff --git a/protobuf-codegen/Cargo.toml b/protobuf-codegen/Cargo.toml index 0101ad731..1f02fd041 100644 --- a/protobuf-codegen/Cargo.toml +++ b/protobuf-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobuf-codegen" -version = "2.20.0-pre" +version = "2.20.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.20.0-pre" } +protobuf = { path = "../protobuf", version = "=2.20.0" } [[bin]] diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index 1edc7797e..0935e0e49 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protobuf" -version = "2.20.0-pre" +version = "2.20.0" authors = ["Stepan Koltsov "] edition = "2018" license = "MIT" diff --git a/protoc-bin-vendored/Cargo.toml b/protoc-bin-vendored/Cargo.toml index 4fe40eb6f..8c93e85cd 100644 --- a/protoc-bin-vendored/Cargo.toml +++ b/protoc-bin-vendored/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-bin-vendored" -version = "2.20.0-pre" +version = "2.20.0" edition = "2018" authors = ["Stepan Koltsov "] license = "MIT" @@ -17,7 +17,7 @@ bench = false [dependencies] [dev-dependencies] -protoc = { path = "../protoc", version = "=2.20.0-pre" } +protoc = { path = "../protoc", version = "=2.20.0" } [package.metadata.docs.rs] all-features = true diff --git a/protoc-rust/Cargo.toml b/protoc-rust/Cargo.toml index 987ad3834..98a2f3d55 100644 --- a/protoc-rust/Cargo.toml +++ b/protoc-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc-rust" -version = "2.20.0-pre" +version = "2.20.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.20.0-pre" } -protobuf = { path = "../protobuf", version = "=2.20.0-pre" } -protobuf-codegen = { path = "../protobuf-codegen", version = "=2.20.0-pre" } +protoc = { path = "../protoc", version = "=2.20.0" } +protobuf = { path = "../protobuf", version = "=2.20.0" } +protobuf-codegen = { path = "../protobuf-codegen", version = "=2.20.0" } tempfile = "3" [package.metadata.docs.rs] diff --git a/protoc/Cargo.toml b/protoc/Cargo.toml index d09f15daf..afb32d469 100644 --- a/protoc/Cargo.toml +++ b/protoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protoc" -version = "2.20.0-pre" +version = "2.20.0" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"