Skip to content

Commit effcc5a

Browse files
committed
chore: Update to pulldown-cmark 0.7
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent dd56832 commit effcc5a

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
@@ -35,7 +35,7 @@ opener = "0.4.0"
3535
# Used by `curl` or `reqwest` backend although it isn't imported
3636
# by our rustup.
3737
openssl = { version = "0.10", optional = true }
38-
pulldown-cmark = { version = "0.6", default-features = false }
38+
pulldown-cmark = { version = "0.7", default-features = false }
3939
rand = "0.7"
4040
regex = "1"
4141
remove_dir_all = "0.5.1"

0 commit comments

Comments
 (0)