From ca39f954dafc6bfb78ae2b010c0f8f90d7a58129 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 21 May 2021 14:08:28 -0700 Subject: [PATCH] Remove reference to non-existent README.md in wasi-tokio crate --- crates/wasi-common/tokio/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wasi-common/tokio/Cargo.toml b/crates/wasi-common/tokio/Cargo.toml index 49c9415afd..456beba988 100644 --- a/crates/wasi-common/tokio/Cargo.toml +++ b/crates/wasi-common/tokio/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0 WITH LLVM-exception" categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" -readme = "README.md" edition = "2018" include = ["src/**/*", "LICENSE" ]