Skip to content

Commit

Permalink
Auto merge of #13562 - klensy:pc, r=flip1995
Browse files Browse the repository at this point in the history
pulldown-cmark: don't pull getopts dep

Don't pull getopts, as it unused. Noticed in rust-lang/rust#131892

changelog: none
  • Loading branch information
bors committed Oct 18, 2024
2 parents a109190 + 2c3a34a commit 47effe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ toml = "0.7.3"
walkdir = "2.3"
filetime = "0.2.9"
itertools = "0.12"
pulldown-cmark = "0.11"
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
rinja = { version = "0.3", default-features = false, features = ["config"] }

# UI test dependencies
Expand Down

0 comments on commit 47effe4

Please sign in to comment.