mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
topgrade: fix patch
This commit is contained in:
parent
7bfa098b59
commit
e23b63d4a2
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
||||||
Use a version of the rust crate that doesn't error out on aarch-64musl with MAP_32BIT
|
|
||||||
|
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
index 31ec7ed..21ed0e6 100644
|
index ee0cb65..0e8b6ba 100644
|
||||||
--- Cargo.toml
|
--- Cargo.toml
|
||||||
+++ Cargo.toml
|
+++ Cargo.toml
|
||||||
@@ -32,6 +32,7 @@ lto = true
|
@@ -24,7 +24,7 @@ console = "0.6.2"
|
||||||
|
self_update = { version = "0.4.5", optional = true }
|
||||||
|
|
||||||
[patch.crates-io]
|
[target.'cfg(unix)'.dependencies]
|
||||||
self_update = { git = "https://github.com/r-darwish/self_update", branch = "zip" }
|
-nix = "0.11.0"
|
||||||
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
|
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
|
||||||
|
lazy_static = "1.1.0"
|
||||||
|
|
||||||
[features]
|
[profile.release]
|
||||||
default = []
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue