From 2050a9be0efb1230388b13cf3276c25f5378f4b0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 14 Mar 2025 20:28:51 -0400 Subject: [PATCH] Switch up --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b061e8f..cf7fc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "icarus-models" -description = "models used for the icarus project" -license = "MIT" version = "0.1.7" edition = "2024" +description = "models used for the icarus project" +license = "MIT" [dependencies] serde = { version = "1.0.218", features = ["derive"] }