feat: enhance CI configuration with additional jobs for MSRV, Cargo Deny, Semver Check, Miri, Minimal Versions, and Typos

This commit is contained in:
Manuel Raimann
2026-01-30 18:02:36 +01:00
parent d93f384f1e
commit 8a11dd8ca4
3 changed files with 122 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "optimize"
version = "0.1.0"
edition = "2024"
rust-version = "1.88"
license = "MIT"
authors = ["Manuel Raimann <raimannma@outlook.de"]
description = "A Rust library for optimization algorithms."