chore: use crates.io lopdf (#101)

This commit is contained in:
Abimael Martell
2026-06-05 10:50:05 -07:00
committed by GitHub
parent 6e55e38b55
commit 85890648c9
2 changed files with 8 additions and 22 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ crate-type = ["lib", "cdylib"]
pyo3 = { version = "0.25", features = ["extension-module"], optional = true }
# PDF parsing
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "7a05512d831415b1f2b1ce522391d6beab8a1284", features = ["rayon"] }
lopdf = { version = "0.41.0", features = ["rayon"] }
# Error handling
thiserror = "2.0"