Skip to content

Commit dadada3

Browse files
committed
Test with latest protoc-bin-vendored
1 parent 051afe3 commit dadada3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

protoc-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616
bench = false
1717

1818
[dependencies]
19-
protoc-bin-vendored = "=3.0.0"
19+
protoc-bin-vendored = "=3.1.0"
2020

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

test-crates/protobuf-codegen-identical-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0.57"
1515
tempfile = "3"
1616
regex = "1.3.9"
1717

18-
protoc-bin-vendored = "=3.0.0"
18+
protoc-bin-vendored = "=3.1.0"
1919

2020
protobuf = { path = "../../protobuf" }
2121
protobuf-support = { path = "../../protobuf-support" }

test-crates/protobuf-codegen-protoc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ glob = "0.2"
2020
log = "0.4"
2121
env_logger = "0.5.*"
2222

23-
protoc-bin-vendored = "=3.0.0"
23+
protoc-bin-vendored = "=3.1.0"
2424

2525
protobuf-codegen = { path = "../../protobuf-codegen" }
2626
protobuf-test-common = { path = "../../test-crates/protobuf-test-common" }

test-crates/protobuf-parse-error-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bench = false
1212
[dependencies]
1313
tempfile = "3.2.0"
1414

15-
protoc-bin-vendored = "=3.0.0"
15+
protoc-bin-vendored = "=3.1.0"
1616

1717
protobuf-parse = { path = "../../protobuf-parse" }
1818
protobuf-test-common = { path = "../../test-crates/protobuf-test-common" }

0 commit comments

Comments
 (0)