Skip to content

Commit

Permalink
ci: Use typst 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Feb 24, 2025
1 parent eb91007 commit d2ae9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git: https://github.com/tingerrr/tytanic.git
- uses: typst-community/setup-typst@v3
with:
typst-version: '0.13.0-rc1'
typst-version: '0.13.0'
cache-dependency-path: src/deps.typ
- run: |
just install @local
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cetz"
version = "0.3.2"
compiler = "0.13.0-rc1"
compiler = "0.13.0"
repository = "https://github.com/cetz-package/cetz"
homepage = "https://cetz-package.github.io/"
entrypoint = "src/lib.typ"
Expand Down

0 comments on commit d2ae9c0

Please sign in to comment.