1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-06-08 15:47:45 +00:00

Use Rust 2024 edition

This commit is contained in:
Joshua Goins 2025-03-06 15:57:10 -05:00
parent 75443bf7be
commit 5c291a4844

View file

@ -2,7 +2,7 @@
name = "physis" name = "physis"
version = "0.4.0" version = "0.4.0"
authors = ["Joshua Goins <josh@redstrate.com>"] authors = ["Joshua Goins <josh@redstrate.com>"]
edition = "2021" edition = "2024"
description = "Interact with XIV game data." description = "Interact with XIV game data."
license = "GPL-3.0" license = "GPL-3.0"
homepage = "https://xiv.zone/physis" homepage = "https://xiv.zone/physis"