Skip to content

Commit

Permalink
Bump version to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 26, 2022
1 parent f3195b0 commit af93f6e
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.28.0-pre"
version = "2.28.0"
authors = ["Stepan Koltsov <[email protected]>"]
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.28.0-pre" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.28.0-pre" }
protobuf = { path = "../protobuf", version = "=2.28.0" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.28.0" }

[[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.28.0-pre"
version = "2.28.0"
authors = ["Stepan Koltsov <[email protected]>"]
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.28.0-pre" }
protobuf = { path = "../protobuf", version = "=2.28.0" }

[[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.28.0-pre"
version = "2.28.0"
authors = ["Stepan Koltsov <[email protected]>"]
edition = "2018"
license = "MIT"
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.28.0-pre"
version = "2.28.0"
authors = ["Stepan Koltsov <[email protected]>"]
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.28.0-pre" }
protobuf = { path = "../protobuf", version = "=2.28.0-pre" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.28.0-pre" }
protoc = { path = "../protoc", version = "=2.28.0" }
protobuf = { path = "../protobuf", version = "=2.28.0" }
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.28.0" }
tempfile = "3"

[package.metadata.docs.rs]
Expand Down
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.28.0-pre"
version = "2.28.0"
authors = ["Stepan Koltsov <[email protected]>"]
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
Expand Down

0 comments on commit af93f6e

Please sign in to comment.