Skip to content

Commit

Permalink
Bump minimum Typst_jll.jl compatability to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Nov 1, 2024
1 parent 06d6c4c commit 82c8f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ MarkdownExtension = "Markdown"
LaTeXStrings = "1.1"
PrecompileTools = "1.0.1"
Preferences = "1.0"
Typst_jll = "0.2, 0.3, 0.7, 0.8, 0.10, 0.11, 0.12"
Typst_jll = "0.7 - 0.12"
julia = "1.10"
2 changes: 1 addition & 1 deletion src/Commands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ context...)
println(file)
end
run(TypstCommand(TypstCommand(
["compile", input, output, "--font-path=$julia_mono", "--open"][begin:end - !open]);
["compile", input, output, "--font-path=$julia_mono", "--open"][begin:(end - !open)]);
ignorestatus))
end

Expand Down

0 comments on commit 82c8f16

Please sign in to comment.