topgrade: fix patch

This commit is contained in:
maxice8 2018-11-27 05:08:21 -02:00
parent 7bfa098b59
commit e23b63d4a2
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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
index 31ec7ed..21ed0e6 100644
index ee0cb65..0e8b6ba 100644
--- 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]
self_update = { git = "https://github.com/r-darwish/self_update", branch = "zip" }
[target.'cfg(unix)'.dependencies]
-nix = "0.11.0"
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
lazy_static = "1.1.0"
[features]
default = []
[profile.release]