Skip to content

Commit

Permalink
using 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Jun 6, 2023
1 parent 69d9308 commit f32e4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fork"
version = "0.1.21"
version = "0.1.22"
authors = ["Nicolas Embriz <[email protected]>"]
description = "Library for creating a new process detached from the controlling terminal (daemon)"
documentation = "https://docs.rs/fork/latest/fork/"
Expand All @@ -16,4 +16,4 @@ edition = "2018"
travis-ci = { repository = "immortal/fork", branch = "master" }

[dependencies]
libc = "0.2.140"
libc = "0.2"

0 comments on commit f32e4ba

Please sign in to comment.