Skip to content

Commit

Permalink
Fix readme directive for wasmtime-wasi-http (#6427)
Browse files Browse the repository at this point in the history
This points to a nonexistent file which caused the publish to crates.io
to fail.
  • Loading branch information
alexcrichton committed May 22, 2023
1 parent 8d34fc6 commit a186e47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wasi-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
repository = "https://github.com/bytecodealliance/wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
description = "Experimental HTTP library for WebAssembly in Wasmtime"
readme = "readme.md"

[dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit a186e47

Please sign in to comment.