1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older release of crate indexmap
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@
heck = ">= 0.4.1, <= 0.5"
hstr = "0.2.12"
ignore = "0.4.23"
-indexmap = { version = "2.7.1", default-features = false }
+indexmap = { version = "2.7.0", default-features = false }
new_debug_unreachable = "1.0.4"
num_cpus = "1.16.0"
once_cell = "1.20.2"
|