diff --git a/Cargo.toml b/Cargo.toml index d2aaad2..e91ecbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fork" -version = "0.1.21" +version = "0.1.22" authors = ["Nicolas Embriz "] description = "Library for creating a new process detached from the controlling terminal (daemon)" documentation = "https://docs.rs/fork/latest/fork/" @@ -16,4 +16,4 @@ edition = "2018" travis-ci = { repository = "immortal/fork", branch = "master" } [dependencies] -libc = "0.2.140" +libc = "0.2"