Skip to content

Commit

Permalink
Update pulldown-cmark to 0.12 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 authored Nov 10, 2024
1 parent 6e18f5d commit 6f5ae31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ memchr = "2.7"
minijinja = { version = "2.1", features = ["builtins", "debug", "key_interning", "urlencode"], default-features = false }
monostate = "0.1"
proc-macro2 = { version = "1.0", features = ["span-locations"], default-features = false }
pulldown-cmark = { version = "0.11", default-features = false }
pulldown-cmark-to-cmark = "15.0"
pulldown-cmark = { version = "0.12.2", default-features = false }
pulldown-cmark-to-cmark = "18.0"
quote = "1.0"
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -43,7 +43,7 @@ syn = { version = "2.0", features = ["clone-impls", "full", "parsing", "printing
url = "2.5"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
pulldown-cmark = { version = "0.11", default-features = false, features = ["simd"] }
pulldown-cmark = { version = "0.12", default-features = false, features = ["simd"] }

[dev-dependencies]
hex = "0.4.3"
Expand Down
1 change: 0 additions & 1 deletion tests/pass/github-alert/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GitHub alerts work, too!

>
> [!NOTE]
> This is a GitHub alert

0 comments on commit 6f5ae31

Please sign in to comment.