From 920866695c47e3a47274e03db9d6e12faec684f8 Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Fri, 4 Sep 2026 10:58:29 +0300 Subject: [PATCH] fix: drop compiler version to 0.15.0 as there's no reason for 0.15.1 --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 306ba11..71f62a4 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "ktu-paper" version = "0.2.0" -compiler = "0.15.1" +compiler = "0.15.0" entrypoint = "src/lib.typ" repository = "https://github.com/svetikas/ktu-paper" authors = ["Dominykas Svetikas "]