-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Upgrade cargo dependencies #18789
base: main
Are you sure you want to change the base?
Upgrade cargo dependencies #18789
Conversation
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.
Copilot reviewed 97 out of 97 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
fd0aadf
to
7e0f05f
Compare
RUST_EDITION = "2024" | ||
|
||
RUST_VERSION = "1.82.0" | ||
RUST_VERSION = "1.85.0" |
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.
I'm assuming this is the only human edit in the PR.
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.
not really, as there were a couple of compilation errors to fix, but I understand the confusion, so I've chopped up the PR in individual more digestible commits, which should make it clear now what was done.
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.
Python bits look fine to me. 👍
099311a
to
bfcf9ea
Compare
a1a5cad
to
d9ecb62
Compare
rust-analyzer
also requires a newer rustc, and switching to edition 2024. We could have different editions per crate, but I preferred to upgrade all of them.