Skip to content

Commit

Permalink
Fix publication of wasmtime-wasi-threads for the future
Browse files Browse the repository at this point in the history
Semi-backport of bytecodealliance#8986 to remove invalid categories of the
`wasmtime-wasi-threads` crate that aren't present on crates.io.
  • Loading branch information
alexcrichton committed Oct 9, 2024
1 parent 70ceccd commit 41c1d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi-threads/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors.workspace = true
description = "Wasmtime implementation of the wasi-threads API"
documentation = "https://docs.rs/wasmtime-wasi-nn"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "parallelism", "threads"]
categories = ["wasm"]
keywords = ["webassembly", "wasm", "neural-network"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
Expand Down

0 comments on commit 41c1d5a

Please sign in to comment.