Skip to content

Commit

Permalink
Fix publication issues of Wasmtime 23.0.0 (bytecodealliance#8986)
Browse files Browse the repository at this point in the history
* Remove the `readme` directive of the `cranelift-bitset` crate as the
  file doesn't exist.

* Remove invalid categories of the `wasmtime-wasi-threads` crate that
  aren't present on crates.io.
  • Loading branch information
alexcrichton authored Jul 22, 2024
1 parent 1903a52 commit e51bdb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cranelift/bitset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = "Various bitset stuff for use inside Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-bitset"
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition.workspace = true

[lints]
Expand Down
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 e51bdb1

Please sign in to comment.