From 5c291a484442b2b75241120684250a010cdb3f73 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 6 Mar 2025 15:57:10 -0500 Subject: [PATCH] Use Rust 2024 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddbea8a..07e55ed 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "physis" version = "0.4.0" authors = ["Joshua Goins "] -edition = "2021" +edition = "2024" description = "Interact with XIV game data." license = "GPL-3.0" homepage = "https://xiv.zone/physis"