We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6593228 commit 2bdb586Copy full SHA for 2bdb586
Cargo.toml
@@ -27,7 +27,7 @@ handlebars = "5.0"
27
log = "0.4.17"
28
memchr = "2.5.0"
29
opener = "0.7.0"
30
-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.
31
regex = "1.8.1"
32
serde = { version = "1.0.163", features = ["derive"] }
33
serde_json = "1.0.96"
0 commit comments