File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rust-version = "1.60.0"
16
16
17
17
[dependencies ]
18
18
# Keep in sync with dev/proto-generate.sh
19
- protobuf = " =3.1 .0"
19
+ protobuf = " =3.2 .0"
20
20
21
21
[dev-dependencies ]
22
22
pretty_assertions = " 1.2.1"
Original file line number Diff line number Diff line change 1
- // This file is generated by rust-protobuf 3.1 .0. Do not edit
1
+ // This file is generated by rust-protobuf 3.2 .0. Do not edit
2
2
// .proto file is parsed by protoc --rust-out=...
3
3
// @generated
4
4
23
23
24
24
/// Generated files are compatible only with the same version
25
25
/// of protobuf runtime.
26
- const _PROTOBUF_VERSION_CHECK: ( ) = :: protobuf:: VERSION_3_1_0 ;
26
+ const _PROTOBUF_VERSION_CHECK: ( ) = :: protobuf:: VERSION_3_2_0 ;
27
27
28
28
/// Index represents a complete SCIP index for a workspace this is rooted at a
29
29
/// single directory. An Index message payload can have a large memory footprint
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PROTOC_GEN_RUST_VERSION="$(cat bindings/rust/Cargo.toml | grep 'protobuf =' | se
12
12
if ! grep -q " $PROTOC_GEN_RUST_VERSION " " ./.bin/PROTOC_GEN_RUST_VERSION" \
13
13
|| ! test -f " ./.bin/bin/protoc-gen-rust" ; then
14
14
rm -rf .bin
15
- cargo install --root .bin protobuf-codegen --version 3.1 .0
15
+ cargo install --root .bin protobuf-codegen --version 3.2 .0
16
16
echo " $PROTOC_GEN_RUST_VERSION " > " ./.bin/PROTOC_GEN_RUST_VERSION"
17
17
fi
18
18
You can’t perform that action at this time.
0 commit comments