Release filter by vendor fix

This commit is contained in:
Adrian Woźniak 2021-07-03 15:39:21 +02:00
parent 2bfad54d50
commit 43360a2037
No known key found for this signature in database
GPG Key ID: DE43476F72AD3F6C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -13,7 +13,7 @@ dependencies = [
[[package]] [[package]]
name = "amdfand" name = "amdfand"
version = "1.0.2" version = "1.0.3"
dependencies = [ dependencies = [
"gumdrop", "gumdrop",
"log", "log",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "amdfand" name = "amdfand"
version = "1.0.2" version = "1.0.3"
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"