From f22c21f83f4f554d190f86132354d36cfd3433e9 Mon Sep 17 00:00:00 2001 From: lesnyrumcajs Date: Tue, 20 Aug 2019 20:13:28 +0200 Subject: [PATCH] Bump crate version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a09ffc7..027c609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wakey" -version = "0.1.1" +version = "0.1.2" authors = ["Hubert Bugaj"] edition = "2018" @@ -13,4 +13,4 @@ keywords = ["wol", "wake-on-lan"] categories = ["network-programming"] [dependencies] -hex = "*" \ No newline at end of file +hex = "*"