From 90e1dcdad61127fe7c0f25bd93536352d3e08bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Mon, 2 Aug 2021 11:02:27 +0200 Subject: [PATCH] Update binary version --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a25ced..d582048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.18" @@ -11,7 +13,7 @@ dependencies = [ [[package]] name = "amdfand" -version = "1.0.4" +version = "1.0.5" dependencies = [ "gumdrop", "log", diff --git a/Cargo.toml b/Cargo.toml index 4726cd6..060dc55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "amdfand" -version = "1.0.4" +version = "1.0.5" edition = "2018" description = "AMDGPU fan control service" license = "MIT OR Apache-2.0"