Update amdguid

This commit is contained in:
Adrian Woźniak 2022-06-13 13:21:44 +02:00
parent 24246339c1
commit 66e6fd4ac2
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B
3 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -56,7 +56,7 @@ dependencies = [
[[package]] [[package]]
name = "amdfand" name = "amdfand"
version = "1.0.12" version = "1.0.13"
dependencies = [ dependencies = [
"amdgpu", "amdgpu",
"amdgpu-config", "amdgpu-config",
@ -118,7 +118,7 @@ dependencies = [
[[package]] [[package]]
name = "amdguid" name = "amdguid"
version = "1.0.10" version = "1.0.11"
dependencies = [ dependencies = [
"amdgpu", "amdgpu",
"amdgpu-config", "amdgpu-config",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "amdfand" name = "amdfand"
version = "1.0.12" version = "1.0.13"
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"
@ -9,8 +9,8 @@ categories = ["hardware-support"]
repository = "https://github.com/Eraden/amdgpud" repository = "https://github.com/Eraden/amdgpud"
[dependencies] [dependencies]
amdgpu = { path = "../amdgpu", version = "1.0.9", features = ["gui-helper"] } amdgpu = { path = "../amdgpu", version = "1.0.11", features = ["gui-helper"] }
amdgpu-config = { path = "../amdgpu-config", version = "1.0.9", features = ["fan"] } amdgpu-config = { path = "../amdgpu-config", version = "1.0.10", features = ["fan"] }
serde = { version = "1.0.126", features = ["derive"] } serde = { version = "1.0.126", features = ["derive"] }
toml = { version = "0.5.8" } toml = { version = "0.5.8" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "amdguid" name = "amdguid"
version = "1.0.10" version = "1.0.11"
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"