From 92ee4c415ecf20892f5cdd2568b6f434da6b5d78 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 5 May 2022 12:11:44 -0500 Subject: [PATCH] Remove `wasmtime-cli-flags` from public crates list (#4097) We won't be promising that this crate has API-compatible patch releases and this also fixes the execution of the release process since the bump of version numbers failed due to this being in this list. --- scripts/publish.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/publish.rs b/scripts/publish.rs index 3637fc95b4..30d402b360 100644 --- a/scripts/publish.rs +++ b/scripts/publish.rs @@ -77,7 +77,6 @@ const PUBLIC_CRATES: &[&str] = &[ "wasmtime-wasi", "wasmtime-wasi-nn", "wasmtime-wasi-crypto", - "wasmtime-cli-flags", "wasmtime-cli", // all cranelift crates are considered "public" in that they can't // have breaking API changes in patch releases