diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55bceb25..a7435090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/typst.toml b/typst.toml index 77430c02..198e0eb7 100644 --- a/typst.toml +++ b/typst.toml @@ -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"