From 901dd6cf9b6db9465b9359b7cc8d91fc75aba59b Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Mon, 24 Feb 2025 15:51:06 +0100 Subject: [PATCH] typst: Bump version --- .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 8bb7b2d..4c8733f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: git clone --depth 1 --branch v0.3.2 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.2 - uses: typst-community/setup-typst@v3 with: - typst-version: '0.13.0-rc1' + typst-version: '0.13.0' cache-dependency-path: src/cetz.typ - run: | just install @local diff --git a/typst.toml b/typst.toml index f888c06..63e2e79 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "cetz-plot" version = "0.1.1" -compiler = "0.13.0-rc1" +compiler = "0.13.0" repository = "https://github.com/cetz-package/cetz-plot" entrypoint = "src/lib.typ" authors = [