Skip to content

Commit

Permalink
Fix compatibility bounds with respect to package extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Jun 10, 2024
1 parent 051f9fc commit 56e1734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
version:
- '1'
- '1.7.0'
- '1.9.0'
os:
- ubuntu-latest
- macOS-latest
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ LaTeXStringsExtension = "LaTeXStrings"
MarkdownExtension = "Markdown"

[compat]
Artifacts = "1.7"
Dates = "1.7"
Artifacts = "1.9"
Dates = "1.9"
LaTeXStrings = "1"
Markdown = "1.7"
Markdown = "1.9"
PrecompileTools = "1"
Typst_jll = "0.2, 0.3, 0.7, 0.8, 0.10, 0.11"
julia = "1.7"
julia = "1.9"

0 comments on commit 56e1734

Please sign in to comment.