1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older branch of crate nvml-wrapper
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@
indexmap = "2.7.0"
indoc = "2.0.5"
itertools = ">= 0.13.0, <= 0.14"
-nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
+nvml-wrapper = { version = ">= 0.9.0, <= 0.10", optional = true, features = ["legacy-functions"] }
regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
starship-battery = { version = "0.10.0", optional = true }
|