Skip to content

Commit d2ae9c0

Browse files
committed
ci: Use typst 0.13.0
1 parent eb91007 commit d2ae9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git: https://github.com/tingerrr/tytanic.git
2828
- uses: typst-community/setup-typst@v3
2929
with:
30-
typst-version: '0.13.0-rc1'
30+
typst-version: '0.13.0'
3131
cache-dependency-path: src/deps.typ
3232
- run: |
3333
just install @local

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cetz"
33
version = "0.3.2"
4-
compiler = "0.13.0-rc1"
4+
compiler = "0.13.0"
55
repository = "https://github.com/cetz-package/cetz"
66
homepage = "https://cetz-package.github.io/"
77
entrypoint = "src/lib.typ"

0 commit comments

Comments
 (0)