From 4b6f6cb67d885f965b7906d8d6de78ea2e908b26 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 17:30:16 +0000 Subject: [PATCH] rust_version (#31) Reviewed-on: https://git.kundeng.us/phoenix/icarus_models/pulls/31 Co-authored-by: phoenix Co-committed-by: phoenix --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 62f65b7..f8408f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "icarus_models" version = "0.3.0" edition = "2024" +rust-version = "1.86" description = "models used for the icarus project" license = "MIT"