Skip to content

Commit

Permalink
ostree-fuse: Update nix dependency to 0.20
Browse files Browse the repository at this point in the history
My [patch to nix](nix-rust/nix#1333) was merged and
now it's upstream.  This was causing builds to fail because I deleted the
repo from `wmanley/nix` after merging.
  • Loading branch information
wmanley committed May 10, 2022
1 parent 1d583b6 commit b408734
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ostree-fuse/Cargo.toml
Expand Up @@ -16,6 +16,6 @@ hex = "0.4"
rand = "0.7"

[dev-dependencies]
nix = { git = "https://github.com/wmanley/nix", rev = "121915d2da4ab6f4f0a93099ceb02a6271552e23" }
nix = "0.20"
tempfile = "3.1"
tar = "0.4"

0 comments on commit b408734

Please sign in to comment.