Skip to content

Commit c91e9aa

Browse files
committed
chore: Update Pulldown-cmark to 0.8
The changes seem compatible with what we're using it for. pulldown-cmark/pulldown-cmark@v0.7.2...v0.8.0 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 4aab4ba commit c91e9aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opener = "0.4.0"
3737
# Used by `curl` or `reqwest` backend although it isn't imported
3838
# by our rustup.
3939
openssl = {version = "0.10", optional = true}
40-
pulldown-cmark = {version = "0.7", default-features = false}
40+
pulldown-cmark = {version = "0.8", default-features = false}
4141
rand = "0.7"
4242
regex = "1"
4343
remove_dir_all = "0.6.0"

0 commit comments

Comments
 (0)