From ada58288123394efeb5caaa128c36c8bf9db57dd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 27 Oct 2023 09:57:55 -0700 Subject: [PATCH] Require typst 0.3.2.1 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 820ab18d5..b4017867c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -524,7 +524,7 @@ library zip-archive >= 0.4.3 && < 0.5, zlib >= 0.5 && < 0.7, xml >= 1.3.12 && < 1.4, - typst >= 0.3.2.0 && < 0.3.3, + typst >= 0.3.2.1 && < 0.3.3, vector >= 0.12 && < 0.14 if !os(windows)