Skip to content

Commit 7236207

Browse files
committed
Bump version to 2.19.0
1 parent 17e7ff5 commit 7236207

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

protobuf-codegen-pure/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protobuf-codegen-pure"
3-
version = "2.19.0-pre"
3+
version = "2.19.0"
44
authors = ["Stepan Koltsov <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/"
@@ -16,8 +16,8 @@ doctest = false
1616
bench = false
1717

1818
[dependencies]
19-
protobuf = { path = "../protobuf", version = "=2.19.0-pre" }
20-
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.19.0-pre" }
19+
protobuf = { path = "../protobuf", version = "=2.19.0" }
20+
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.19.0" }
2121

2222
[[bin]]
2323

protobuf-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protobuf-codegen"
3-
version = "2.19.0-pre"
3+
version = "2.19.0"
44
authors = ["Stepan Koltsov <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/stepancheg/rust-protobuf/"
@@ -17,7 +17,7 @@ See `protoc-rust` and `protobuf-codegen-pure` crates.
1717
bench = false
1818

1919
[dependencies]
20-
protobuf = { path = "../protobuf", version = "=2.19.0-pre" }
20+
protobuf = { path = "../protobuf", version = "=2.19.0" }
2121

2222
[[bin]]
2323

protobuf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "protobuf"
4-
version = "2.19.0-pre"
4+
version = "2.19.0"
55
authors = ["Stepan Koltsov <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

protoc-bin-vendored/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc-bin-vendored"
3-
version = "2.19.0-pre"
3+
version = "2.19.0"
44
edition = "2018"
55
authors = ["Stepan Koltsov <[email protected]>"]
66
license = "MIT"
@@ -17,7 +17,7 @@ bench = false
1717
[dependencies]
1818

1919
[dev-dependencies]
20-
protoc = { path = "../protoc", version = "=2.19.0-pre" }
20+
protoc = { path = "../protoc", version = "=2.19.0" }
2121

2222
[package.metadata.docs.rs]
2323
all-features = true

protoc-rust/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc-rust"
3-
version = "2.19.0-pre"
3+
version = "2.19.0"
44
authors = ["Stepan Koltsov <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust/"
@@ -14,9 +14,9 @@ doctest = false
1414
bench = false
1515

1616
[dependencies]
17-
protoc = { path = "../protoc", version = "=2.19.0-pre" }
18-
protobuf = { path = "../protobuf", version = "=2.19.0-pre" }
19-
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.19.0-pre" }
17+
protoc = { path = "../protoc", version = "=2.19.0" }
18+
protobuf = { path = "../protobuf", version = "=2.19.0" }
19+
protobuf-codegen = { path = "../protobuf-codegen", version = "=2.19.0" }
2020
tempfile = "3"
2121

2222
[package.metadata.docs.rs]

protoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc"
3-
version = "2.19.0-pre"
3+
version = "2.19.0"
44
authors = ["Stepan Koltsov <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"

0 commit comments

Comments
 (0)