Bump Rust edition to 2024

This commit is contained in:
2025-08-30 15:45:20 -05:00
parent 4150f85ccc
commit 532025b42f

View File

@@ -1,7 +1,7 @@
[package]
name = "another-boids-in-rust"
version = "0.2.0-dev1"
edition = "2021"
edition = "2024"
[dependencies]
bevy = "0.16.0"