Skip to content

Commit

Permalink
chore: Bump rust-protobuf crates to 3.7.1 (#287)
Browse files Browse the repository at this point in the history
We also bump the Rust version to 1.74.0 as older Rust
toolchains are unable to compile the protobuf dependency
  • Loading branch information
varungandhi-src authored Oct 17, 2024
1 parent 72e45aa commit 6990bae
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ golang 1.20.14
nodejs 16.20.2
shellcheck 0.7.1
yarn 1.22.22
rust 1.71.0
rust 1.74.0
python 3.11.9
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60.0"

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

[dev-dependencies]
pretty_assertions = "1.2.1"
Expand Down
Loading

0 comments on commit 6990bae

Please sign in to comment.