Update binary version

This commit is contained in:
Adrian Woźniak 2021-08-02 11:02:27 +02:00
parent e33de2cd96
commit 90e1dcdad6
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
version = "0.7.18" version = "0.7.18"
@ -11,7 +13,7 @@ dependencies = [
[[package]] [[package]]
name = "amdfand" name = "amdfand"
version = "1.0.4" version = "1.0.5"
dependencies = [ dependencies = [
"gumdrop", "gumdrop",
"log", "log",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "amdfand" name = "amdfand"
version = "1.0.4" version = "1.0.5"
edition = "2018" edition = "2018"
description = "AMDGPU fan control service" description = "AMDGPU fan control service"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"