Skip to content

Commit

Permalink
Bump version to 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Feb 3, 2022
1 parent c0890c2 commit 0352d8c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions protobuf-codegen-pure/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protobuf-codegen-pure"
version = "2.27.0-pre"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
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.27.0-pre" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.27.0-pre" }
protobuf = { path = "../protobuf", version = "=2.27.0" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.27.0" }

[[bin]]

Expand Down
4 changes: 2 additions & 2 deletions protobuf-codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protobuf-codegen"
version = "2.27.0-pre"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
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.27.0-pre" }
protobuf = { path = "../protobuf", version = "=2.27.0" }

[[bin]]

Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "protobuf"
version = "2.27.0-pre"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions protoc-bin-vendored/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protoc-bin-vendored"
version = "2.27.0-pre"
version = "2.27.0"
edition = "2018"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
Expand All @@ -17,7 +17,7 @@ bench = false
[dependencies]

[dev-dependencies]
protoc = { path = "../protoc", version = "=2.27.0-pre" }
protoc = { path = "../protoc", version = "=2.27.0" }

[package.metadata.docs.rs]
all-features = true
8 changes: 4 additions & 4 deletions protoc-rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protoc-rust"
version = "2.27.0-pre"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/"
Expand All @@ -14,9 +14,9 @@ doctest = false
bench = false

[dependencies]
protoc = { path = "../protoc", version = "=2.27.0-pre" }
protobuf = { path = "../protobuf", version = "=2.27.0-pre" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.27.0-pre" }
protoc = { path = "../protoc", version = "=2.27.0" }
protobuf = { path = "../protobuf", version = "=2.27.0" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.27.0" }
tempfile = "3"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion protoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protoc"
version = "2.27.0-pre"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
Expand Down

0 comments on commit 0352d8c

Please sign in to comment.