1
Fork 0

Update pulldown-cmark version to 0.9.5

This commit is contained in:
Guillaume Gomez 2024-01-28 11:42:32 +01:00
parent 5bd5d214ef
commit 1bdeeef0d5
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
bitflags = "2.4.1"
pulldown-cmark = { version = "0.9.3", default-features = false }
pulldown-cmark = { version = "0.9.6", default-features = false }
rustc_arena = { path = "../rustc_arena" }
rustc_ast = { path = "../rustc_ast" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }