mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 19:35:08 +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/*"]
|
members = ["crates/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/neocturne/MinedMap"
|
repository = "https://github.com/neocturne/MinedMap"
|
||||||
|
|
Loading…
Add table
Reference in a new issue