mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
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:
parent
5c85687554
commit
7bba5bae55
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/neocturne/MinedMap"
|
||||
|
|
Loading…
Add table
Reference in a new issue