-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rules_rust to v0.42.1 (with Rust v1.77.2). #410
Conversation
Signed-off-by: Keith Mattix II <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to run buildifier and also regenerate cargo universe rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also update Rust version in bazel/dependencies.bzl
.
Signed-off-by: Keith Mattix II <[email protected]>
Thanks for the quick feedback @PiotrSikora! Done |
The |
Signed-off-by: Keith Mattix II <[email protected]>
Ah, I was testing with wasmtime locally. Thanks for continuously kicking off CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, sans Rust version discrepancy.
Signed-off-by: Keith Mattix II <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
As requested, split out the rules_rust update from #406