发布 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
Generated
+2 -2
View File
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "aho-corasick"
@@ -422,7 +422,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "libsmx"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"criterion",
"crypto-bigint",