Skip to content

Commit 6c5302c

Browse files
committed
ver 1.4.1
1 parent 0383495 commit 6c5302c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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 = "1.4.0"
4+
version = "1.4.1"
55
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
homepage = "https://github.com/stepancheg/rust-protobuf/"

protoc-rust/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc-rust"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/stepancheg/rust-protobuf/protoc-rust/"
@@ -13,6 +13,6 @@ protoc --rust_out=... available as API. protoc needs to be in $PATH, protoc-gen-
1313
doctest = false
1414

1515
[dependencies]
16-
protoc = { path = "../protoc", version = "1.4.0" }
17-
protobuf = { path = "../protobuf", version = "1.4.0" }
16+
protoc = { path = "../protoc", version = "1.4.1" }
17+
protobuf = { path = "../protobuf", version = "1.4.1" }
1818
tempdir = "0.3"

protoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/stepancheg/rust-protobuf/protoc/"

0 commit comments

Comments
 (0)