Update rust to 1.87 (#400)

This commit is contained in:
Logan McNaughton
2025-05-15 20:57:22 +02:00
committed by GitHub
parent 21f1a274b4
commit cf0f325ced
3 changed files with 207 additions and 219 deletions
Generated
+203 -215
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -2,13 +2,13 @@
name = "gopher64"
version = "1.0.17"
edition = "2024"
rust-version = "1.85"
rust-version = "1.87"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "6.0"
zip = "2.6"
zip = "3.0"
governor = "0.10"
sevenz-rust2 = { version = "0.13.0", default-features = false }
chrono = "0.4"
@@ -18,7 +18,7 @@ serde-big-array = "0.5"
eframe = { version = "0.31", default-features = false, features = ["wayland", "x11", "glow"] }
sha2 = "0.10"
ab_glyph = "0.2"
sdl3-sys = { version = "0.4", features = ["build-from-source-static"] }
sdl3-sys = { version = "0.5", features = ["build-from-source-static"] }
rfd = { version = "0.15", default-features = false, features = ["xdg-portal", "tokio"] }
tokio = {version = "1.45", features = ["rt-multi-thread", "macros"] }
spin_sleep = "1.3"
+1 -1
View File
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.86.0"
channel = "1.87.0"