Skip to content

cargo: Fix rust_version -> rust-version property typo#87

Merged
rib merged 1 commit into
mainfrom
rust-version
Jun 25, 2023
Merged

cargo: Fix rust_version -> rust-version property typo#87
rib merged 1 commit into
mainfrom
rust-version

Conversation

@MarijnS95
Copy link
Copy Markdown
Member

Cargo complains:

warning: android-activity/Cargo.toml: unused manifest key: package.rust_version

Solve this by replacing the underscore with a hyphen.

Cargo complains:

    warning: android-activity/Cargo.toml: unused manifest key: package.rust_version

Solve this by replacing the underscore with a hyphen.
Copy link
Copy Markdown
Member

@rib rib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch, thanks!

@rib rib merged commit 1ad3abd into main Jun 25, 2023
@MarijnS95 MarijnS95 deleted the rust-version branch June 25, 2023 20:54
@MarijnS95
Copy link
Copy Markdown
Member Author

Wish cargo had a -Werror mode to guard against such things in CI :)

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