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

Update Cargo configuration, remove deprecation warning #39

Merged
merged 3 commits into from
Nov 24, 2024

Conversation

erdnaxe
Copy link
Contributor

@erdnaxe erdnaxe commented May 15, 2024

According to the Cargo book, profiles should be defined in Cargo.toml (https://doc.rust-lang.org/cargo/reference/profiles.html). The first commit moves the profiles to Cargo.toml.

When building the project, Cargo raises a warning about .cargo/config being deprecated in favor of config.toml. The second commit resolved this issue, but drops compatibility with Cargo 1.38 or ealier. This should be fine as it is almost a 5 years old Cargo version (09-2019).

erdnaxe added 3 commits May 15, 2024 15:14
According to the Cargo book, profiles should be defined in `Cargo.toml`
(https://doc.rust-lang.org/cargo/reference/profiles.html).
When building the project, Cargo raises a warning about `.cargo/config`
being deprecated in favor of `config.toml`.

This commit drops compatibility with Cargo 1.38 or ealier (09-2019).
@romancardenas romancardenas merged commit 571a798 into riscv-rust:master Nov 24, 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

Successfully merging this pull request may close these issues.

2 participants