Skip to content

Commit

Permalink
Bump nix from 0.26 to 0.28
Browse files Browse the repository at this point in the history
`socket` and `user` now need to be explicitly enabled via features.

Closes #104.
  • Loading branch information
flokli committed Mar 5, 2024
1 parent 283259a commit 1dee658
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
49 changes: 27 additions & 22 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 @@ -19,7 +19,7 @@ slog = "^2.7"
slog-async = "^2.8"
slog-term = "^2.9"
crossbeam-channel = "^0.5"
nix = "^0.26"
nix = { version = "^0.28", features = ["socket", "user"]}
num-derive = "^0.3"
num-traits = "^0.2"
sd-notify = "^0.4"
Expand Down

0 comments on commit 1dee658

Please sign in to comment.