Skip to content

Commit

Permalink
Upgrade nix. (#134)
Browse files Browse the repository at this point in the history
Dependabot tried and failed since the features structure has changed (
see: #132). Explicitly list the
features we need allowing upgrade to 0.27.1 (latest) and future nix
versions.
  • Loading branch information
jsirois authored Aug 28, 2023
1 parent 31bdc7f commit da7feb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
30 changes: 3 additions & 27 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env_logger = { workspace = true }
jump = { path = "jump" }
log = { workspace = true }
logging_timer = { workspace = true }
nix = "0.26"
nix = { version = "0.27" , features = ["process"] }
proc-exit = "2.0"
tempfile = { workspace = true }
zip = { workspace = true }

0 comments on commit da7feb0

Please sign in to comment.