File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
protobuf-codegen-identical-test
protobuf-codegen-protoc-test
protobuf-parse-error-test Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ doctest = false
1616bench = false
1717
1818[dependencies ]
19- protoc-bin-vendored = " =3.1.0 "
19+ protoc-bin-vendored = { workspace = true }
2020
2121[package .metadata .docs .rs ]
2222all-features = true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ anyhow = "1.0.57"
1515tempfile = " 3"
1616regex = " 1.3.9"
1717
18- protoc-bin-vendored = " =3.1.0 "
18+ protoc-bin-vendored = { workspace = true }
1919
2020protobuf = { path = " ../../protobuf" }
2121protobuf-support = { path = " ../../protobuf-support" }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ glob = "0.2"
2020log = " 0.4"
2121env_logger = " 0.5.*"
2222
23- protoc-bin-vendored = " =3.1.0 "
23+ protoc-bin-vendored = { workspace = true }
2424
2525protobuf-codegen = { path = " ../../protobuf-codegen" }
2626protobuf-test-common = { path = " ../../test-crates/protobuf-test-common" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bench = false
1212[dependencies ]
1313tempfile = " 3.2.0"
1414
15- protoc-bin-vendored = " =3.1.0 "
15+ protoc-bin-vendored = { workspace = true }
1616
1717protobuf-parse = { path = " ../../protobuf-parse" }
1818protobuf-test-common = { path = " ../../test-crates/protobuf-test-common" }
You can’t perform that action at this time.
0 commit comments