Skip to content

Commit

Permalink
chore: fix maitake-sync crates.io category
Browse files Browse the repository at this point in the history
Apparently it's "asynchronous" and not "async"...and now, crates.io
doesn't let you publish with unrecognized categories. lol. lmao.
  • Loading branch information
hawkw committed Jul 18, 2024
1 parent e04c206 commit 2ecceaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maitake-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
keywords = ["async", "no_std", "sync", "mutex", "rwlock"]
categories = [
"no-std",
"async",
"asynchronous",
"concurrency"
]
edition = "2021"
Expand Down Expand Up @@ -55,4 +55,4 @@ loom = { version = "0.7", features = ["futures", "checkpoint"] }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 2ecceaf

Please sign in to comment.