From de179badb0d1070fa09fccf08644c5d6dbd646dc Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:20:42 -0400 Subject: [PATCH] Updated rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2250d7d..f8408f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_models" version = "0.3.0" edition = "2024" -rust-version = "1.85" +rust-version = "1.86" description = "models used for the icarus project" license = "MIT"