Skip to content

Commit

Permalink
Update nix requirement from 0.26 to 0.27 (#621)
Browse files Browse the repository at this point in the history
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominic <git@msrd0.de>
  • Loading branch information
dependabot[bot] and msrd0 committed Aug 30, 2023
1 parent 54b5b19 commit a0b6cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world_until/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ futures-util = "0.3.14"
tokio = { version = "1.11.0", features = ["full"] }

[target.'cfg(unix)'.dev-dependencies]
nix = "0.26"
nix = { version = "0.27", features = ["process", "signal"] }

0 comments on commit a0b6cd4

Please sign in to comment.