mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: update amdgpu-sysfs with 7900xt fixes
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
args = ["clap"]
|
||||
|
||||
[dependencies]
|
||||
amdgpu-sysfs = { version = "0.12.1", features = ["serde"] }
|
||||
amdgpu-sysfs = { version = "0.12.2", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
indexmap = { version = "*", features = ["serde"] }
|
||||
clap = { version = "4.4.6", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user