We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb91007 commit d2ae9c0Copy full SHA for d2ae9c0
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
git: https://github.com/tingerrr/tytanic.git
28
- uses: typst-community/setup-typst@v3
29
with:
30
- typst-version: '0.13.0-rc1'
+ typst-version: '0.13.0'
31
cache-dependency-path: src/deps.typ
32
- run: |
33
just install @local
typst.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "cetz"
3
version = "0.3.2"
4
-compiler = "0.13.0-rc1"
+compiler = "0.13.0"
5
repository = "https://github.com/cetz-package/cetz"
6
homepage = "https://cetz-package.github.io/"
7
entrypoint = "src/lib.typ"
0 commit comments