From b1a77d6178b0c726546abd59920543326d2bb0a0 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Wed, 20 Nov 2024 09:09:35 -0700 Subject: [PATCH] Go back down to 23_7 poppler? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f2823b..71e3679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "tdf" name = "tdf" [dependencies] -poppler-rs = { version = "0.24.1", default-features = false, features = ["v23_8"] } +poppler-rs = { version = "0.24.1", default-features = false, features = ["v23_7"] } 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" }