Updated rust to 2024 edition

This commit is contained in:
2025-04-22 23:11:19 -04:00
parent 916abdf8ac
commit 1ce5e61ae3
6 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "adsb_sim"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
adsb_lib = { path = "../adsb_lib" }