Bump version

This commit is contained in:
Adrian Woźniak 2022-04-01 16:10:27 +02:00
parent 30f5654ff5
commit 7d3eed7844
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B
2 changed files with 2 additions and 2 deletions

View File

@ -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"] }

View File

@ -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"