From ead3648fcf10d7032cfc582cb8d0611ade824b53 Mon Sep 17 00:00:00 2001 From: David Craven Date: Sun, 6 Dec 2020 22:50:42 +0100 Subject: [PATCH] Release 0.1.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39dcd52..1256864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "0.1.6" +version = "0.1.7" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2018" keywords = ["asynchronous", "routing"] @@ -11,7 +11,7 @@ repository = "https://github.com/dvc94ch/if-watch" [dependencies] futures-lite = "1.11.2" ipnet = "2.3.0" -libc = "0.2.80" +libc = "0.2.81" log = "0.4.11" [target.'cfg(not(windows))'.dependencies]