88fa2666d2
- 将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目录下的废弃文件
3 lines
81 B
TOML
3 lines
81 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|