mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-28 00:59:23 +00:00
Always go through rustup proxies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user