diff --git a/crates/extension_api/Cargo.toml b/crates/extension_api/Cargo.toml index f771431990..8fd8f9d0f4 100644 --- a/crates/extension_api/Cargo.toml +++ b/crates/extension_api/Cargo.toml @@ -8,6 +8,10 @@ keywords = ["zed", "extension"] edition = "2021" license = "Apache-2.0" +# Don't publish v0.0.7 until we're ready to commit to the breaking API changes +# Marshall is DRI on this. +publish = false + [lints] workspace = true