## [2.8.20] - 2025.8.26

### Features 
 - 自动构建增加upx压缩
This commit is contained in:
lkhsss
2025-08-26 12:24:15 +08:00
parent 4a49fd7a24
commit 0565f11fbb
4 changed files with 65 additions and 43 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ncmmiao"
version = "2.7.20"
version = "2.8.20"
edition = "2021"
authors = ["Lkhsss <lkhsss1019@gmail.com>"]
description = "A magic tool convert ncm to flac"
@ -26,9 +26,9 @@ lazy_static = "1.5.0"
log = "0.4.20"
num_cpus = "1.17.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_derive = "1.0.195"
serde_json = "1.0.111"
walkdir = "2.4.0"
serde_derive = "1.0.*"
serde_json = "1.0.*"
walkdir = "2.4.*"
[badges]
maintenance = { status = "actively-developed" }