Browse Source

Fix readme directive for `wasmtime-wasi-http` (#6426)

This points to a nonexistent file which caused the publish to crates.io
to fail.
pull/6430/head
Alex Crichton 1 year ago
committed by GitHub
parent
commit
c45e17c09c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      crates/wasi-http/Cargo.toml

1
crates/wasi-http/Cargo.toml

@ -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 }

Loading…
Cancel
Save