发布 v0.1.1

- 修复 no_std 测试编译错误
- MSRV 升级至 1.83.0
- 使用 Rust 1.83+ 内置 div_ceil 方法
- 优化 CI 安全扫描脚本
This commit is contained in:
huangxt
2026-03-07 21:32:20 +08:00
parent 14e20cae89
commit 36c2742777
4 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libsmx"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.83.0"
license = "Apache-2.0"