From f32e4bae4898dcababfafa946038276edf2a42dd Mon Sep 17 00:00:00 2001 From: nbari Date: Tue, 6 Jun 2023 16:15:58 +0200 Subject: [PATCH] using 0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"