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

Change no_std to no-std in Cargo.toml #991

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

valenting
Copy link
Collaborator

Otherwise I get the following error when attempting to publish the crate:

error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: no_std

  See https://crates.io/category_slugs for a list of supported slugs.

Otherwise I get the following error when attempting to publish the crate:
```
error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: no_std

  See https://crates.io/category_slugs for a list of supported slugs.
```

Signed-off-by: Valentin Gosu <[email protected]>
Copy link
Collaborator

@hsivonen hsivonen left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@valenting valenting added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit da64903 Nov 4, 2024
15 checks passed
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