Skip to content

Commit

Permalink
Merge pull request #6 from becmer/main
Browse files Browse the repository at this point in the history
Update to pulldown-cmark 0.12
  • Loading branch information
ecton authored Sep 16, 2024
2 parents 9a27810 + a4e7e78 commit 774fd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ readme = "./README.md"
rust-version = "1.58"

[dependencies]
pulldown-cmark = { version = "0.11.0", default-features = false }
pulldown-cmark = { version = "0.12", default-features = false }

[dev-dependencies]
serde = { version = "1.0.152", features = ["derive"] }
toml = "0.8.0"
pulldown-cmark = { version = "0.11.0", default-features = false, features = [
pulldown-cmark = { version = "0.12", default-features = false, features = [
"html",
] }

Expand Down

0 comments on commit 774fd35

Please sign in to comment.