rust_version (#31)
Some checks failed
Release Tagging / release (push) Failing after 31s
Rust Build / Test Suite (push) Failing after 29s
Rust Build / Rustfmt (push) Successful in 27s
Rust Build / Check (push) Failing after 30s
Rust Build / Check (pull_request) Failing after 32s
Rust Build / Test Suite (pull_request) Failing after 28s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / build (pull_request) Failing after 29s
Rust Build / Clippy (push) Failing after 28s
Rust Build / build (push) Failing after 27s
Rust Build / Clippy (pull_request) Failing after 33s

Reviewed-on: #31
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
2025-04-05 17:30:16 +00:00
committed by phoenix
parent e9d73c391e
commit 4b6f6cb67d

View File

@@ -2,6 +2,7 @@
name = "icarus_models" name = "icarus_models"
version = "0.3.0" version = "0.3.0"
edition = "2024" edition = "2024"
rust-version = "1.86"
description = "models used for the icarus project" description = "models used for the icarus project"
license = "MIT" license = "MIT"