From 0fb3310fcabf66720971b4947b599cd907b1337f Mon Sep 17 00:00:00 2001 From: tinger Date: Tue, 18 Feb 2025 19:33:57 +0100 Subject: [PATCH] meta: Raise MSTV to 0.12 --- CHANGELOG.md | 1 + typst.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d428b16..04f50b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Breaking Changes - Removed `hydra.dir` - Removed `hydra.binding` +- Bumped MSTV to `v0.12.0` ## Changed - Renamed `context` to `hydra-context` diff --git a/typst.toml b/typst.toml index 8e6021c..9c43ed7 100644 --- a/typst.toml +++ b/typst.toml @@ -2,7 +2,7 @@ entrypoint = "src/lib.typ" name = "hydra" version = "0.5.2" -compiler = "0.11.0" +compiler = "0.12.0" authors = ["tinger "] repository = "https://github.com/tingerrr/hydra" description = "Query and display headings in your documents and templates." -- 2.51.2