Skip to content

Commit 6990bae

Browse files
chore: Bump rust-protobuf crates to 3.7.1 (#287)
We also bump the Rust version to 1.74.0 as older Rust toolchains are unable to compile the protobuf dependency
1 parent 72e45aa commit 6990bae

File tree

5 files changed

+351
-38
lines changed

5 files changed

+351
-38
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ golang 1.20.14
22
nodejs 16.20.2
33
shellcheck 0.7.1
44
yarn 1.22.22
5-
rust 1.71.0
5+
rust 1.74.0
66
python 3.11.9

bindings/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.60.0"
1717

1818
[dependencies]
1919
# Keep in sync with dev/proto-generate.sh
20-
protobuf = "=3.2.0"
20+
protobuf = "=3.7.1"
2121

2222
[dev-dependencies]
2323
pretty_assertions = "1.2.1"

0 commit comments

Comments
 (0)