Skip to content

Commit

Permalink
Add comment not to update pulldown-cmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed May 17, 2024
1 parent 6593228 commit 2bdb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ handlebars = "5.0"
log = "0.4.17"
memchr = "2.5.0"
opener = "0.7.0"
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] }
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] } # Do not update, part of the public api.
regex = "1.8.1"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
Expand Down

0 comments on commit 2bdb586

Please sign in to comment.