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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user