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.
This commit is contained in:
Alex Crichton
2022-05-05 12:11:44 -05:00
committed by GitHub
parent e1f7b50a12
commit 92ee4c415e

View File

@@ -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