From 1a45096ee6258c45cefbeb16b79ed555bcfe2f45 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 3 Feb 2021 15:52:26 -0800 Subject: [PATCH] wasi-common, wasi-cap-std-sync, wasmtime-wasi should all be published now --- crates/wasi-common/Cargo.toml | 1 - crates/wasi-common/cap-std-sync/Cargo.toml | 1 - crates/wasi/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index a3853b1ec1..65e4832d69 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -11,7 +11,6 @@ readme = "README.md" edition = "2018" include = ["src/**/*", "LICENSE", "build.rs"] build = "build.rs" -publish = false # This doesn't actually link to a native library, but it allows us to set env # vars like `DEP_WASI_COMMON_19_*` for crates that have build scripts and depend diff --git a/crates/wasi-common/cap-std-sync/Cargo.toml b/crates/wasi-common/cap-std-sync/Cargo.toml index cbc41b6832..01e6b3387d 100644 --- a/crates/wasi-common/cap-std-sync/Cargo.toml +++ b/crates/wasi-common/cap-std-sync/Cargo.toml @@ -10,7 +10,6 @@ repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md" edition = "2018" include = ["src/**/*", "LICENSE" ] -publish = false [dependencies] wasi-common = { path = "../", version = "0.22.0" } diff --git a/crates/wasi/Cargo.toml b/crates/wasi/Cargo.toml index c28a712acf..762324641d 100644 --- a/crates/wasi/Cargo.toml +++ b/crates/wasi/Cargo.toml @@ -11,7 +11,6 @@ readme = "README.md" edition = "2018" include = ["src/**/*", "LICENSE", "build.rs"] build = "build.rs" -publish = false [dependencies] wasi-common = { path = "../wasi-common", version = "0.22.0" }