fix: drop compiler version to 0.15.0 as there's no reason for 0.15.1

This commit is contained in:
2026-09-04 10:58:29 +03:00
parent b046a59a89
commit 920866695c
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "ktu-paper" name = "ktu-paper"
version = "0.2.0" version = "0.2.0"
compiler = "0.15.1" compiler = "0.15.0"
entrypoint = "src/lib.typ" entrypoint = "src/lib.typ"
repository = "https://github.com/svetikas/ktu-paper" repository = "https://github.com/svetikas/ktu-paper"
authors = ["Dominykas Svetikas <https://svetikas.lt>"] authors = ["Dominykas Svetikas <https://svetikas.lt>"]