Skip to content

Commit

Permalink
chore: Bump rust-protobuf crates to 3.7.1
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 committed Oct 17, 2024
1 parent a43c9c9 commit c13fdd1
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 c13fdd1

Please sign in to comment.