Skip to content

Commit

Permalink
feat: update nix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Feb 23, 2023
1 parent 9a231a4 commit eb8b11b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daemonizr"
version = "0.1.4"
version = "0.1.5"
authors = ["Alex Ellwein <[email protected]>"]
edition = "2018"
description = "Small crate which helps with writing daemon applications in Rust"
Expand All @@ -13,5 +13,4 @@ categories = ["os::unix-apis"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nix = "0.23.1"

nix = "0.26.2"

0 comments on commit eb8b11b

Please sign in to comment.