From d2ae9c03e6f7eb2bd9972c104f068f0deb3d757c Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Mon, 24 Feb 2025 15:51:59 +0100 Subject: [PATCH] ci: Use typst 0.13.0 --- .github/workflows/ci.yml | 2 +- typst.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"