From 157aab50f5745e08eb0feb905c131f81284f9a7c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 27 Mar 2020 07:49:51 -0700 Subject: [PATCH] More fixes for 0.14. (#1418) --- crates/wiggle/macro/Cargo.toml | 1 - scripts/publish-wasmtime.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/wiggle/macro/Cargo.toml b/crates/wiggle/macro/Cargo.toml index 411fb3b9dc..2e97b3b245 100644 --- a/crates/wiggle/macro/Cargo.toml +++ b/crates/wiggle/macro/Cargo.toml @@ -8,7 +8,6 @@ description = "Wiggle code generator" categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" -readme = "README.md" include = ["src/**/*", "LICENSE"] [lib] diff --git a/scripts/publish-wasmtime.sh b/scripts/publish-wasmtime.sh index 7527e162c9..ceae0eb297 100755 --- a/scripts/publish-wasmtime.sh +++ b/scripts/publish-wasmtime.sh @@ -22,9 +22,9 @@ for cargo_toml in \ crates/wasi-common/yanix/Cargo.toml \ crates/wasi-common/wig/Cargo.toml \ crates/wiggle/generate/Cargo.toml \ - crates/wiggle/test/Cargo.toml \ crates/wiggle/macro/Cargo.toml \ crates/wiggle/Cargo.toml \ + crates/wiggle/test-helper/Cargo.toml \ crates/wasi-common/Cargo.toml \ crates/lightbeam/Cargo.toml \ crates/environ/Cargo.toml \