Skip to content

Commit 2cea33d

Browse files
more 3.7.2
1 parent 4820f48 commit 2cea33d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
Rust SCIP bindings:
6+
7+
- Bumped the pinned version of the `protobuf` crate to
8+
the latest release v3.7.2.
9+
(<https://github.com/sourcegraph/scip/pull/313>)
10+
511
## v0.5.2
612

713
SCIP schema:

bindings/rust/src/generated/scip.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/proto-generate.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PROTOC_GEN_RUST_VERSION="$(cat bindings/rust/Cargo.toml | grep 'protobuf =' | se
1212
if ! grep -q "$PROTOC_GEN_RUST_VERSION" "./.bin/PROTOC_GEN_RUST_VERSION" \
1313
|| ! test -f "./.bin/bin/protoc-gen-rs"; then
1414
rm -rf .bin
15-
cargo install --root .bin protobuf-codegen --version 3.7.1 --locked
15+
cargo install --root .bin protobuf-codegen --version 3.7.2 --locked
1616
echo "$PROTOC_GEN_RUST_VERSION" > "./.bin/PROTOC_GEN_RUST_VERSION"
1717
fi
1818

@@ -36,4 +36,3 @@ GOBIN="$PWD/.bin" go install google.golang.org/protobuf/cmd/protoc-gen-go
3636
GOBIN="$PWD/.bin" ./.bin/buf generate
3737
./.bin/goimports -w ./bindings/go/scip/scip.pb.go
3838
yarn run prettier
39-

0 commit comments

Comments
 (0)