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 = "api"
version = "0.1.0"
edition = "2021"
edition = "2024"
authors = ["Ben Sherriff <ben@bensherriff.com>"]
repository = "https://gitea.bensherriff.com/bsherriff/aviation"
readme = "../README.md"