Upgrade Rust toolchain and update dependencies#247
Merged
dmitrii-ubskii merged 5 commits intotypedb:masterfrom Apr 28, 2026
Merged
Upgrade Rust toolchain and update dependencies#247dmitrii-ubskii merged 5 commits intotypedb:masterfrom
dmitrii-ubskii merged 5 commits intotypedb:masterfrom
Conversation
dmitrii-ubskii
commented
Apr 27, 2026
Comment on lines
+108
to
+119
| commit = "a798dc0869d494bf0c7b033ee226df2efbef2830", | ||
| commit = "4b4a8c694ab098a52678d66608ce0a9fb13b7cff", |
Member
Author
There was a problem hiding this comment.
This was referenced Apr 27, 2026
b1f5deb to
8bdd72a
Compare
farost
reviewed
Apr 28, 2026
| ) | ||
|
|
||
| rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") | ||
| rust.toolchain( |
Member
There was a problem hiding this comment.
Would be really cool if we moved this into a macro like Krishnan started doing before the Bazel migration. This way, we'd just set the toolchain versions once, propagating it through all the repos
farost
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release notes: usage and product changes
We update Rust toolchain to 1.93.0, as well as dependencies.
Implementation