1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older branch of crate dirs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-02-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@
simple_logger = { version = ">= 4, <= 5", features = ["stderr"], optional = false } # perhaps make this optional in the future; only required by bin targets
usb-ids = { version = "1" } # USB ID database
heck = "0.4.0" # common case conversions - could be internal but simple crate with no dependencies
-dirs = "6.0.0" # cross-platform XDG_CONFIG_HOME - could be internal since only this path
+dirs = "5.0.1, <= 6" # cross-platform XDG_CONFIG_HOME - could be internal since only this path
fastrand = "2.1.1" # fast random number generator for masking serials
terminal_size = ">= 0.2.5, <= 0.4" # terminal size for automatic column width during display
strum = "0.26" # enum to string conversion
|