Skip to content

Commit

Permalink
Update to typst 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Nov 18, 2024
1 parent eddf4d4 commit bda57ee
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup typst
uses: yusancky/setup-typst@v2
with:
version: 'v0.11.0'
version: 'v0.12.0'

- name: Run test suite
run: just ci
Binary file modified test/chapter-relative/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/default/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/i18n/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/i18n/ref/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/kind/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/supplement/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
entrypoint = "src/lib.typ"
name = "subpar"
version = "0.1.1"
compiler = "0.11.0"
compiler = "0.12.0"
authors = ["tinger <me@tinger.dev>"]
repository = "https://github.com/tingerrr/subpar"
description = "Create sub figures easily."
Expand Down

0 comments on commit bda57ee

Please sign in to comment.