tests/inst: Patch to use my PR for openat
Fixes the build.
This commit is contained in:
parent
61184163ea
commit
b69a4180b8
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Reference in New Issue