Skip to content

Commit 2bdb586

Browse files
committed
Add comment not to update pulldown-cmark.
1 parent 6593228 commit 2bdb586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ handlebars = "5.0"
2727
log = "0.4.17"
2828
memchr = "2.5.0"
2929
opener = "0.7.0"
30-
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] }
30+
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] } # Do not update, part of the public api.
3131
regex = "1.8.1"
3232
serde = { version = "1.0.163", features = ["derive"] }
3333
serde_json = "1.0.96"

0 commit comments

Comments
 (0)