From ae2666b156e7dc24161b188b6710d64ea4a07aee Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 5 Sep 2019 19:27:30 +0200 Subject: [PATCH] pijul: try patch.crates-io --- srcpkgs/pijul/patches/bindgen.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pijul/patches/bindgen.patch b/srcpkgs/pijul/patches/bindgen.patch index bfc178899a5..b066e23fd8c 100644 --- a/srcpkgs/pijul/patches/bindgen.patch +++ b/srcpkgs/pijul/patches/bindgen.patch @@ -5,5 +5,5 @@ [target."cfg(unix)".dependencies.tokio-uds] version = "0.2" + -+[replace] -+"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"} ++[patch.crates-io] ++bindgen = { git = 'https://github.com/Duncaen/rust-bindgen', rev = 'e70d9568887ffb6c2a7d7d165a71aed311a29129' }