diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-31 12:21:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 11:21:26 +0000 |
| commit | 644ed252dda1a0785d2bee577a89322416f4d950 (patch) | |
| tree | 2d6fd851535efdcd5ca433e14d249efc3617734c /Cargo.toml | |
| parent | 070e3144b33e9a9e9839c138df2b0a13dde7abc7 (diff) | |
Bump MSRV to 1.80 and Rust in CI to 1.82 (#5339)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
