Build with poppler 23.10 instead of .12 to maybe prevent segfault in CI

This commit is contained in:
itsjunetime
2024-11-20 09:05:17 -07:00
parent 5465724062
commit cd0356a25b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ name = "tdf"
name = "tdf"
[dependencies]
poppler-rs = { version = "0.24.1", default-features = false, features = ["v23_7"] }
poppler-rs = { version = "0.24.1", default-features = false, features = ["v23_8"] }
cairo-rs = { version = "0.20.0", default-features = false, features = ["png"] }
# we're using this branch because it has significant performance fixes that I'm waiting on responses from the upstream devs to get upstreamed. See https://github.com/ratatui-org/ratatui/issues/1116
ratatui = { git = "https://github.com/itsjunetime/ratatui.git" }