feat: 更新依赖包版本并调整Windows编译配置
- 将zip包版本从7.2.0升级到8.5.1,并更新相关依赖关系 - 升级constant_time_eq包从0.3.1到0.4.2 - 升级lzma-rust2包从0.15.7到0.16.2 - 更新getrandom包从0.3.4到0.4.2 - 移除不再需要的crc和crc-catalog包 - 移除zeroize_derive包的独立依赖项 - 在Windows MSVC目标中启用静态CRT链接(+crt-static) - 为zip包添加crc32fast、indexmap等新依赖项 - 删除vendor/esaxx-rs目录下的废弃文件
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=-crt-static"]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
Reference in New Issue
Block a user