From c45e17c09cc109cd476cc00c66f523ee43b9a5f8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 22 May 2023 11:17:02 -0500 Subject: [PATCH] Fix readme directive for `wasmtime-wasi-http` (#6426) This points to a nonexistent file which caused the publish to crates.io to fail. --- crates/wasi-http/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wasi-http/Cargo.toml b/crates/wasi-http/Cargo.toml index d3d2e09572..f91f9b5233 100644 --- a/crates/wasi-http/Cargo.toml +++ b/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 }