From b69a4180b838a5646ef93cb7ef19398f50b1a0cf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 19 Mar 2021 21:45:54 +0000 Subject: [PATCH] tests/inst: Patch to use my PR for openat Fixes the build. --- tests/inst/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index 0986c0a7..3301616d 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -46,3 +46,7 @@ with-procspawn-tempdir = { git = "https://github.com/cgwalters/with-procspawn-te # Internal crate for the test macro itest-macro = { path = "itest-macro" } + +[patch.crates-io] +# PR openat (pun intended) https://github.com/tailhook/openat/pull/36 +openat = { git = 'https://github.com/cgwalters/openat', branch = 'libc-rename-signed' }