remove rustflags target cpu (#2052)

This commit is contained in:
houseme
2026-03-02 23:59:34 +08:00
committed by GitHub
parent a6090b98dc
commit bf957e3523
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -216,7 +216,7 @@ matchit = "0.9.1"
md-5 = "0.11.0-rc.5"
md5 = "0.8.0"
mime_guess = "2.0.5"
moka = { version = "0.12.13", features = ["future"] }
moka = { version = "0.12.14", features = ["future"] }
netif = "0.1.6"
num_cpus = { version = "1.17.0" }
nvml-wrapper = "0.12.0"
@@ -245,7 +245,7 @@ snafu = "0.8.9"
snap = "1.1.1"
starshard = { version = "1.1.0", features = ["rayon", "async", "serde"] }
strum = { version = "0.28.0", features = ["derive"] }
sysinfo = "0.38.2"
sysinfo = "0.38.3"
temp-env = "0.3.6"
tempfile = "3.26.0"
test-case = "3.3.1"