Skip to content

Commit 5309464

Browse files
authored
Merge pull request #145 from xmakro/main
Remove unused dashmap dependency
2 parents 89f1a17 + 642f5cd commit 5309464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html2text"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
authors = ["Chris Emerson <[email protected]>"]
55
description = "Render HTML as plain text."
66
repository = "https://github.com/jugglerchris/rust-html2text/"
@@ -22,7 +22,7 @@ backtrace = { version = "0.3", optional=true }
2222
thiserror = "1.0.50"
2323
lightningcss = { version = "1.0.0-alpha.54", optional=true }
2424
# Keep dashmap back; 5.5 has a higher MSRV.
25-
dashmap = "~5.4"
25+
dashmap = { version = "~5.4", optional=true }
2626
log = { version = "0.4.20", optional = true }
2727

2828
[features]

0 commit comments

Comments
 (0)