Skip to content

Commit

Permalink
protoc-bin-vendored version in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 30, 2024
1 parent dadada3 commit 8917400
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ members = [
"test-crates/protobuf-test",
"test-crates/protobuf-test-common",
]

[workspace.dependencies]
protoc-bin-vendored = "=3.1.0"
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.1.0"
protoc-bin-vendored = { workspace = true }

[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.1.0"
protoc-bin-vendored = { workspace = true }

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.1.0"
protoc-bin-vendored = { workspace = true }

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.1.0"
protoc-bin-vendored = { workspace = true }

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

0 comments on commit 8917400

Please sign in to comment.