summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-31 12:21:26 +0100
committerGitHub <noreply@github.com>2024-10-31 11:21:26 +0000
commit644ed252dda1a0785d2bee577a89322416f4d950 (patch)
tree2d6fd851535efdcd5ca433e14d249efc3617734c /Cargo.toml
parent070e3144b33e9a9e9839c138df2b0a13dde7abc7 (diff)
Bump MSRV to 1.80 and Rust in CI to 1.82 (#5339)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"