chore: update html2md dependency to fix build errors on termux(android) (#2605)

This commit is contained in:
Ivan Jaramillo
2025-08-14 03:01:59 -05:00
committed by GitHub
parent 4e0a8620b6
commit 4eb8bd97e1
2 changed files with 73 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ version.workspace = true
[dependencies]
htmd = "0.1.6"
html2md = "0.2.15"
#html2md = "0.2.15"
html2md = { git = "https://gitlab.com/Kanedias/html2md.git", rev = "850ccf756a87fedebcea707c5c981c3103019238" }
mlua.workspace = true
reqwest = { version = "0.12.12", features = ["blocking", "native-tls-vendored"] }