Skip to content

Commit

Permalink
html_to_markdown: Restore ability to publish (#23293)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maxdeviant authored Jan 17, 2025
1 parent c9534e8 commit 3767e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/html_to_markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3767e7e

Please sign in to comment.