From db5a41b411d5607bd94a064c0608bbfff4e6d63a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 5 Sep 2019 19:33:07 +0200 Subject: [PATCH] pijul: fix bindgen patch --- srcpkgs/pijul/patches/bindgen.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pijul/patches/bindgen.patch b/srcpkgs/pijul/patches/bindgen.patch index b066e23fd8c..c90bb9dba2b 100644 --- a/srcpkgs/pijul/patches/bindgen.patch +++ b/srcpkgs/pijul/patches/bindgen.patch @@ -1,9 +1,9 @@ --- Cargo.toml.orig +++ Cargo.toml -@@ -133,3 +133,5 @@ +@@ -133,3 +133,6 @@ version = "2.0" [target."cfg(unix)".dependencies.tokio-uds] version = "0.2" + -+[patch.crates-io] -+bindgen = { git = 'https://github.com/Duncaen/rust-bindgen', rev = 'e70d9568887ffb6c2a7d7d165a71aed311a29129' } ++[replace] ++"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"}