diff --git a/amdfand/Cargo.toml b/amdfand/Cargo.toml index 87b864d..c5a9903 100644 --- a/amdfand/Cargo.toml +++ b/amdfand/Cargo.toml @@ -9,7 +9,7 @@ categories = ["hardware-support"] repository = "https://github.com/Eraden/amdgpud" [dependencies] -amdgpu = { path = "../amdgpu", version = "1.0.9" } +amdgpu = { path = "../amdgpu", version = "1.0.9", features = ["gui-helper"] } amdgpu-config = { path = "../amdgpu-config", version = "1.0.9", features = ["fan"] } serde = { version = "1.0.126", features = ["derive"] } diff --git a/amdgpu/Cargo.toml b/amdgpu/Cargo.toml index 9cdf393..b7bba3f 100644 --- a/amdgpu/Cargo.toml +++ b/amdgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "amdgpu" -version = "1.0.9" +version = "1.0.10" edition = "2018" description = "Subcomponent of AMDGPU fan control service" license = "MIT OR Apache-2.0"