Skip to content

Add rust version to crates #135

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add rust version to crates #135

wants to merge 1 commit into from

Conversation

febo
Copy link
Collaborator

@febo febo commented Apr 16, 2025

Problem

Currently, crates in the workspace do not specify their minimum supported rust version. This could create issues when the rust version of platform-tools is updated and crates start using new features.

Solution

Add the rust-version to the package information on Cargo.toml files. This way a crate can explicitly specify their minimum requirement.

@febo febo requested a review from joncinque April 16, 2025 00:33
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.

1 participant