diff --git a/Cargo.toml b/Cargo.toml index 12702c6..e6b98bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.28", features = ["extension-module"] } -typst = "0.14" +typst = "0.15" typst-eval = "0.14" typst-kit = "0.14"