Skip to content

Commit

Permalink
Test with latest protoc-bin-vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 30, 2024
1 parent 051afe3 commit dadada3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protoc-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
bench = false

[dependencies]
protoc-bin-vendored = "=3.0.0"
protoc-bin-vendored = "=3.1.0"

[package.metadata.docs.rs]
all-features = true
2 changes: 1 addition & 1 deletion test-crates/protobuf-codegen-identical-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.57"
tempfile = "3"
regex = "1.3.9"

protoc-bin-vendored = "=3.0.0"
protoc-bin-vendored = "=3.1.0"

protobuf = { path = "../../protobuf" }
protobuf-support = { path = "../../protobuf-support" }
Expand Down
2 changes: 1 addition & 1 deletion test-crates/protobuf-codegen-protoc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ glob = "0.2"
log = "0.4"
env_logger = "0.5.*"

protoc-bin-vendored = "=3.0.0"
protoc-bin-vendored = "=3.1.0"

protobuf-codegen = { path = "../../protobuf-codegen" }
protobuf-test-common = { path = "../../test-crates/protobuf-test-common" }
Expand Down
2 changes: 1 addition & 1 deletion test-crates/protobuf-parse-error-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
[dependencies]
tempfile = "3.2.0"

protoc-bin-vendored = "=3.0.0"
protoc-bin-vendored = "=3.1.0"

protobuf-parse = { path = "../../protobuf-parse" }
protobuf-test-common = { path = "../../test-crates/protobuf-test-common" }
Expand Down

0 comments on commit dadada3

Please sign in to comment.