From 29d8f87a91a6b8c675eb5fbfe6d999e74f83d73e Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 6 Apr 2025 20:41:36 -0400 Subject: [PATCH] Updated version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 261f79b..0a52d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus_models" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.86" description = "models used for the icarus project" @@ -12,5 +12,6 @@ serde_json = { version = "1.0.139" } rand = { version = "0.9" } time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] } + [dev-dependencies] tempfile = { version = "3.19.1" }