diff --git a/Cargo.toml b/Cargo.toml index 66f9799..d2aaad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fork" -version = "0.1.20" +version = "0.1.21" authors = ["Nicolas Embriz "] description = "Library for creating a new process detached from the controlling terminal (daemon)" documentation = "https://docs.rs/fork/latest/fork/" @@ -9,11 +9,11 @@ repository = "https://github.com/immortal/fork" readme = "README.md" keywords = ["fork", "setsid", "daemon", "process", "daemonize"] categories = ["command-line-utilities", "os"] -license-file = "BSD-3-Clause" +license = "BSD-3-Clause" edition = "2018" [badges] travis-ci = { repository = "immortal/fork", branch = "master" } [dependencies] -libc = "0.2.132" +libc = "0.2.140"