Fix warnings when using typst 0.12.0 (#71)

* fixes for warnings with typst 0.12.0
* update tests for typst 0.12.0
* update github test workflow for typst 0.12
* chore: apply typst updates to test code
* chore: update compiler version in typst.toml
* chore: use the correct preview version in coverletter2
* chore: improve comments in coverletter template
* chore: update test references
* fix: issues with coverletter for typst `0.12.0`
* update test references with typst-test update

---------

Co-authored-by: Paul Tsouchlos <developer.paul.123@gmail.com>
This commit is contained in:
Jürgen Kleer
2024-10-22 13:39:01 +02:00
committed by GitHub
parent d12482c7fe
commit 4c417a7cbd
10 changed files with 67 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "modern-cv"
version = "0.7.0"
compiler = "0.11.0"
compiler = "0.12.0"
entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
license = "MIT"