From d7883dd60ad63352d70316e2de2a9b717003fb01 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Aug 2019 16:43:13 -0700 Subject: [PATCH] Don't publish misc_testsuite/*.wasm. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 450ce4f78a..cab65408c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = [ edition = "2018" license = "Apache-2.0 WITH LLVM-exception" description = "WASI implementation in Rust" +exclude = ["misc_testsuite/*.wasm"] [dependencies] wasi-common-cbindgen = { path = "wasi-common-cbindgen" }