Skip to content

Commit d43b5ed

Browse files
Robert Ruschmeta-codesync[bot]
authored andcommitted
Upgrade default pulldown-cmark to 0.13.0
Summary: Upgrade the default pulldown-cmark alias from 0.9.1 to 0.13.0 and fix all downstream consumers for the breaking API changes: - Event::End now carries TagEnd instead of Tag - Tag::Heading, Tag::Link, Tag::Image are now struct variants - Tag::BlockQuote now takes Option<BlockQuoteKind> - New Event variants: InlineMath, DisplayMath, InlineHtml Fixed consumers: - phabricator/service/handlers/rust/rust_parser.rs - pyrefly/crates/pyrefly_config/src/error_kind.rs - tools/gsd/src/lexical/markdown_converter.rs - scripts/sxiao/portal/src/markdown/mod.rs hphp/hack/src/hh_manual already uses Event::End(_) wildcard and needs no change. Reviewed By: dtolnay Differential Revision: D92719337 fbshipit-source-id: 1db265791e4a63d6cf7b84afcb1296533ee83530
1 parent df2eabe commit d43b5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hphp/hack/src/hh_manual/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ license = "MIT"
1010
[dependencies]
1111
anyhow = "1.0.98"
1212
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
13-
pulldown-cmark = "0.9.6"
13+
pulldown-cmark = "0.13.0"

0 commit comments

Comments
 (0)