From 24f2968663c8fe5551fb0c2269ea1ae5975518b7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 5 Oct 2019 15:41:54 +0200 Subject: Update dependencies to versions in Debian unstable --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eb4bc6a..534e2bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ lto = true panic = 'abort' [dependencies] -nix = "0.13.0" -getopts = "0.2.18" +nix = "0.15.0" +getopts = "0.2.19" threadpool = "1.7.1" [[bin]] -- cgit v1.2.3 From 8b9882c5337cc40f0d2a4e056d937f449c06a500 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 5 Oct 2019 15:43:08 +0200 Subject: Bump version to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 534e2bf..a1adf0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtftp" -version = "1.0.0" +version = "1.1.0" authors = ["Reiner Herrmann "] edition = "2018" license = "GPL-3.0-or-later" -- cgit v1.2.3