From 3767e7e5f06861f1ffeb45986e5d9258d73138bc Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 17 Jan 2025 12:57:13 -0500 Subject: [PATCH] html_to_markdown: Restore ability to publish (#23293) This PR restores the ability to publish the `html_to_markdown` crate after #23291. This crate is [published](https://crates.io/crates/html_to_markdown) to crates.io so that it can be consumed by extensions. Release Notes: - N/A --- crates/html_to_markdown/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/html_to_markdown/Cargo.toml b/crates/html_to_markdown/Cargo.toml index e00a3b120f31b..70ff3b3555ee3 100644 --- a/crates/html_to_markdown/Cargo.toml +++ b/crates/html_to_markdown/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/zed-industries/zed" documentation = "https://docs.rs/html_to_markdown" keywords = ["html", "markdown", "html-to-markdown"] edition.workspace = true -publish.workspace = true +publish = true license = "Apache-2.0" [lints]