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

Fix keywords #11

Merged
merged 1 commit into from Oct 3, 2023
Merged

Fix keywords #11

merged 1 commit into from Oct 3, 2023

Conversation

a-barlow
Copy link
Owner

@a-barlow a-barlow commented Oct 3, 2023

The keywords in Cargo.toml broke the conditions for publishing to crates.io. Now, it should be satisfied and thus be able to publish to crates.io.

The keywords must have a maximum of 25 chars, and at most have 5
keywords. The previous did not follow these rules, and hence failed to
upload to crates.io.

Signed-off-by: Andrew Barlow <a.barlow.dev@gmail.com>
@a-barlow a-barlow merged commit 382a5e9 into master Oct 3, 2023
1 check passed
@a-barlow a-barlow deleted the hotfix-cargo branch October 3, 2023 19:38
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.

None yet

1 participant