Skip to content

Commit

Permalink
use cloudflare zlib for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer committed Dec 20, 2024
1 parent 54f76ad commit 75c5a0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ uuid = { version = "1.11.0", features = ["v4"] }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"] }
paste = "1.0.15"
const_format = "0.2.34"
[target.'cfg(target_arch = "aarch64")'.dependencies]
flate2 = { version = "1.0.35", features = ["zlib-ng"], default-features = false }
[target.'cfg(not(target_arch = "aarch64"))'.dependencies]
flate2 = { version = "1.0.35" }
flate2 = { version = "1.0.35", features = ["cloudflare_zlib"], default-features = false }



0 comments on commit 75c5a0a

Please sign in to comment.