-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move to Rust 1.83 #211
Move to Rust 1.83 #211
Conversation
@Mergifyio backport dev |
✅ Backports have been created
|
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
mmtk/build.rs
Outdated
.generate() | ||
// Unwrap the Result and panic on failure. | ||
.expect("Unable to generate bindings"); | ||
if !Path::new(format!("{}/mmtk/src/julia_types.rs", mmtk_dir).as_str()).exists() { |
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.
Using format!
should work, just like those existing lines that contain format!
. But my intuition tells me it is more robust to use Path::join
of PathBuf
to construct paths. We may investigate it later, but the current change looks good to me.
This PR updates the pinned Rust version to 1.83, and updates mmtk-core to mmtk/mmtk-core#1253. (cherry picked from commit 73e9c84) # Conflicts: # .github/mergify.yml # mmtk/Cargo.lock # mmtk/Cargo.toml
This PR updates the pinned Rust version to 1.83, and updates mmtk-core to https://github.com/mmtk/mmtk-core/pull/1253.<hr>This is an automatic backport of pull request #211 done by [Mergify](https://mergify.com). --------- Co-authored-by: Yi Lin <[email protected]>
This PR updates the pinned Rust version to 1.83, and updates mmtk-core to mmtk/mmtk-core#1253.