upgrade rust edition to 2024

This commit is contained in:
2025-02-20 18:58:01 -08:00
parent 347b1176d2
commit 61e44f2aba
19 changed files with 19 additions and 19 deletions
engine
integration-testing
lib
bsp_loader
common
deferred_loader
fixed_wide
linear_ops
ratio_ops
rbx_loader
rbxassetid
roblox_emulator
snf
map-tool
strafe-client

@ -1,7 +1,7 @@
[package]
name = "integration-testing"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
strafesnet_common = { path = "../lib/common", registry = "strafesnet" }