From 269fa46eb33708c4aa62748c5e97bce1314ac05a Mon Sep 17 00:00:00 2001 From: stelzo Date: Sat, 8 Mar 2025 16:53:42 +0100 Subject: [PATCH] dep min 1.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de6fc818..7fdb681f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] version = "0.13.1" -rust-version = "1.80" # also change in ci.yml +rust-version = "1.81" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" homepage = "https://typst.app"