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

@@ -5,4 +5,5 @@ members = [
"adsb_sim"
]
resolver = "2"
package.version = "0.1.0"
package.version = "0.1.0"
package.edition = "2024"