Skip to content

Commit 901dd6c

Browse files
committed
typst: Bump version
1 parent 8516672 commit 901dd6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git clone --depth 1 --branch v0.3.2 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.2
3030
- uses: typst-community/setup-typst@v3
3131
with:
32-
typst-version: '0.13.0-rc1'
32+
typst-version: '0.13.0'
3333
cache-dependency-path: src/cetz.typ
3434
- run: |
3535
just install @local

typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cetz-plot"
33
version = "0.1.1"
4-
compiler = "0.13.0-rc1"
4+
compiler = "0.13.0"
55
repository = "https://github.com/cetz-package/cetz-plot"
66
entrypoint = "src/lib.typ"
77
authors = [

0 commit comments

Comments
 (0)