mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
update amdgpu-sysfs
This commit is contained in:
parent
7a6f2becac
commit
5e0fb5913a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -25,9 +25,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "amdgpu-sysfs"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3bc14034a62b09ab17d9fa18ea0c292b6b4c616864eb611c1ffbbca90d4a58b8"
|
||||
checksum = "a6feab1b1d7c1e844f2052d86b1ce31faa8cb9a8d752cee778d38bcd5f53a6fc"
|
||||
dependencies = [
|
||||
"enum_dispatch",
|
||||
"serde",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
amdgpu-sysfs = { version = "0.9.2", features = ["serde"] }
|
||||
amdgpu-sysfs = { version = "0.9.3", features = ["serde"] }
|
||||
anyhow = "1.0"
|
||||
bincode = "1.3"
|
||||
nix = "0.26"
|
||||
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
amdgpu-sysfs = { version = "0.9.2", features = ["serde"] }
|
||||
amdgpu-sysfs = { version = "0.9.3", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
indexmap = { version = "*", features = ["serde"] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user