summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-12-15 18:38:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-12-15 18:38:39 -0800
commit0f5435a46dbcacd226ff7dc943b9fda6862dd4b6 (patch)
tree40af3817c4d73a4f39ec89aad46d2207fce5dc86 /pandoc.cabal
parent9f43da7f8183bb0519eda88664486f3f307e4b07 (diff)
Depend on released typst 0.5.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9cd4d3d14..7df835704 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -522,7 +522,7 @@ library
zip-archive >= 0.4.3 && < 0.5,
zlib >= 0.5 && < 0.7,
xml >= 1.3.12 && < 1.4,
- typst >= 0.4 && < 0.4.1,
+ typst >= 0.5 && < 0.5.1,
vector >= 0.12 && < 0.14
if !os(windows)