Skip to content

Commit a3dc276

Browse files
committed
Switch protoc-bin-vendored to version 3
1 parent 3bce22e commit a3dc276

File tree

3 files changed

+48
-4
lines changed

3 files changed

+48
-4
lines changed

Cargo.lock

+46-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf-codegen-identical-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
tempfile = "3"
1515
regex = "1.3.9"
1616

17-
protoc-bin-vendored = "2.27.3"
17+
protoc-bin-vendored = "3.0.0"
1818

1919
protobuf = { path = "../protobuf" }
2020
protobuf-codegen = { path = "../protobuf-codegen" }

protoc-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
bench = false
1515

1616
[dependencies]
17-
protoc-bin-vendored = "2.27.3"
17+
protoc-bin-vendored = "3.0.0"
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

0 commit comments

Comments
 (0)