From e6ea159709dfb496e546392b1a5b918fcb671780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Fri, 2 Jul 2021 13:42:39 +0200 Subject: [PATCH] Initial --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d02bad0..6fb6b21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "amdfand" -version = "1.0.0" +version = "1.0.1" dependencies = [ "gumdrop", "log", diff --git a/Cargo.toml b/Cargo.toml index f5be6f3..a8f269f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "amdfand" -version = "1.0.0" +version = "1.0.1" edition = "2018" description = "AMDGPU fan control service" license = "MIT OR Apache-2.0"