From 644ed252dda1a0785d2bee577a89322416f4d950 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 31 Oct 2024 12:21:26 +0100 Subject: Bump MSRV to 1.80 and Rust in CI to 1.82 (#5339) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 753ca0f2..5909d86a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] version = "0.12.0" -rust-version = "1.77" # also change in ci.yml +rust-version = "1.80" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" homepage = "https://typst.app" @@ -129,7 +129,7 @@ unscanny = "0.1" ureq = { version = "2", default-features = false, features = ["native-tls", "gzip", "json"] } usvg = { version = "0.43", default-features = false, features = ["text"] } walkdir = "2" -wasmi = "0.35.0" +wasmi = "0.38.0" xmlparser = "0.13.5" xmlwriter = "0.1.0" xmp-writer = "0.3" -- cgit v1.2.3