chore: refresh erasure codec and rust toolchains (#4795)

This commit is contained in:
houseme
2026-07-13 20:16:25 +08:00
committed by GitHub
parent 7ece747eab
commit 0ac7f0d0cf
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ pretty_assertions = "1.4.1"
rand = { version = "0.10.2", features = ["serde"] }
ratelimit = "0.10.1"
rayon = "1.12.0"
reed-solomon-erasure = { package = "rustfs-erasure-codec", version = "7.0.1", features = ["simd-accel"] }
reed-solomon-erasure = { package = "rustfs-erasure-codec", version = "7.0.2", features = ["simd-accel"] }
#reed-solomon-erasure = { version = "6.0", features = ["simd-accel"], git = "https://github.com/houseme/reed-solomon-erasure",rev = "main" }
reed-solomon-simd = "3.1.0"
regex = { version = "1.13.0" }