mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Update rust to 1.87 (#400)
This commit is contained in:
Generated
+203
-215
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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
@@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.86.0"
|
||||
channel = "1.87.0"
|
||||
|
||||
Reference in New Issue
Block a user