Skip to content
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

build.rs changes in rust 1.77 #239

Open
CGMossa opened this issue May 10, 2024 · 0 comments
Open

build.rs changes in rust 1.77 #239

CGMossa opened this issue May 10, 2024 · 0 comments

Comments

@CGMossa
Copy link
Member

CGMossa commented May 10, 2024

There is a new syntax for build.rs in Rust/cargo 1.77.

This entails the use of metadata and inclusion of an extra : everywhere.

Once we upgrade to 1.77, we have to be aware of this change, as the previous syntax would work,
but it won't receive updates internally.

See this commit as an example changes needed: eb5e95e

As of this writing, this is not an urgent issue, as we are barely on Rust 1.70 in extendr ( due to compliance challenges with CRAN ), however, it is better to document this now.

@CGMossa CGMossa changed the title Upgrade to cargo rust 1.77 build.rs changes in rust 1.77 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant