We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516672 commit 901dd6cCopy full SHA for 901dd6c
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
git clone --depth 1 --branch v0.3.2 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.2
30
- uses: typst-community/setup-typst@v3
31
with:
32
- typst-version: '0.13.0-rc1'
+ typst-version: '0.13.0'
33
cache-dependency-path: src/cetz.typ
34
- run: |
35
just install @local
typst.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "cetz-plot"
3
version = "0.1.1"
4
-compiler = "0.13.0-rc1"
+compiler = "0.13.0"
5
repository = "https://github.com/cetz-package/cetz-plot"
6
entrypoint = "src/lib.typ"
7
authors = [
0 commit comments