Update to Rust 2024

With bincode 2, we require rust 1.85 anyways, so we might as well
upgrade, too.
This commit is contained in:
Matthias Schiffer 2025-03-13 21:24:44 +01:00
parent 5c85687554
commit 7bba5bae55
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -2,7 +2,7 @@
members = ["crates/*"]
[workspace.package]
edition = "2021"
edition = "2024"
license = "MIT"
readme = "README.md"
repository = "https://github.com/neocturne/MinedMap"