From 7d3eed784411e93fcfd240b3da2fd81f061e21ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Fri, 1 Apr 2022 16:10:27 +0200 Subject: [PATCH] Bump version --- amdfand/Cargo.toml | 2 +- amdgpu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"