rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Fix bad category name #67

Closed lulf closed 2 years ago

lulf commented 2 years ago

The 'async' category passed the --dry-run check, but when I attempted to publish it failed.

lulf commented 2 years ago

@eldruin I'm getting this error trying to run cargo owner --add github:rust-embedded-community:embedded-nal:

error: failed to invite owners to crate `embedded-nal-async` on registry at https://crates.io

Caused by:
  the remote server responded with an error: could not find the github team rust-embedded-community/embedded-nal
lulf commented 2 years ago

From the cargo docs (not sure if this is the reason)

The syntax for teams is currently github:org:team (see examples above). In order to invite a team as an owner one must be a member of that team. No such restriction applies to removing a team as an owner.
eldruin commented 2 years ago

Sorry, I forgot about this again. You can only invite teams you are part of. Can you invite me and I will invite the team?

lulf commented 2 years ago

@eldruin Invite sent, added changelog entry.

lulf commented 2 years ago

@eldruin Thanks! Sure, would it make sense to use a tag like embedded-nal-async-0.1.0 to make sure it doesn't conflict?

eldruin commented 2 years ago

Yes, that is what I did. Thanks!