Skip to content

Commit 8917400

Browse files
committed
protoc-bin-vendored version in workspace
1 parent dadada3 commit 8917400

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ members = [
2424
"test-crates/protobuf-test",
2525
"test-crates/protobuf-test-common",
2626
]
27+
28+
[workspace.dependencies]
29+
protoc-bin-vendored = "=3.1.0"

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.1.0"
19+
protoc-bin-vendored = { workspace = true }
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.1.0"
18+
protoc-bin-vendored = { workspace = true }
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.1.0"
23+
protoc-bin-vendored = { workspace = true }
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.1.0"
15+
protoc-bin-vendored = { workspace = true }
1616

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

0 commit comments

Comments
 (0)