use a released version of nix

This commit is contained in:
Scott Lamb
2019-12-30 07:46:53 -06:00
parent 79351eb84c
commit fce0c5b014
5 changed files with 10 additions and 14 deletions

View File

@@ -143,6 +143,7 @@ impl UuidPath {
}
impl NixPath for UuidPath {
fn is_empty(&self) -> bool { false }
fn len(&self) -> usize { 36 }
fn with_nix_path<T, F>(&self, f: F) -> Result<T, nix::Error>