Always go through rustup proxies

This commit is contained in:
topjohnwu
2025-04-01 02:59:54 -07:00
committed by John Wu
parent 8e604d2ab8
commit 1523ed9f78
3 changed files with 18 additions and 21 deletions

View File

@@ -34,8 +34,12 @@ syn = "2"
quote = "1"
proc-macro2 = "1"
argh = { version = "0.1.13", default-features = false }
libz-rs-sys = { version = "0.4.2", default-features = false, features = ["c-allocator"] }
libbz2-rs-sys = { version = "0.1.3", default-features = false, features = ["c-allocator"] }
libz-rs-sys = { version = "0.4.2", default-features = false, features = [
"c-allocator",
] }
libbz2-rs-sys = { version = "0.1.3", default-features = false, features = [
"c-allocator",
] }
# Pin version to prevent cargo update break builds
block-buffer = "=0.11.0-rc.3"
@@ -60,4 +64,4 @@ opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = false
strip = true