From 1b5f41659d8c56ad2d22d44f5bfb95e6b2f99230 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Mon, 15 May 2023 13:34:50 -0700 Subject: [PATCH] adapter and byte-array-literals are publish = false --- crates/wasi-preview1-component-adapter/Cargo.toml | 1 + .../byte-array-literals/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/crates/wasi-preview1-component-adapter/Cargo.toml b/crates/wasi-preview1-component-adapter/Cargo.toml index ba1aa94782..36a52a192f 100644 --- a/crates/wasi-preview1-component-adapter/Cargo.toml +++ b/crates/wasi-preview1-component-adapter/Cargo.toml @@ -3,6 +3,7 @@ name = "wasi-preview1-component-adapter" version.workspace = true authors.workspace = true edition.workspace = true +publish = false [dependencies] wasi = { version = "0.11.0", default-features = false } diff --git a/crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml b/crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml index 28af4a5257..a9d08dc989 100644 --- a/crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml +++ b/crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml @@ -3,6 +3,7 @@ name = "byte-array-literals" version.workspace = true authors.workspace = true edition.workspace = true +publish = false [lib] proc-macro = true