File: 2001_indexmap.patch

package info (click to toggle)
rust-hstr 0%2B20250327-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: makefile: 24; sh: 1
file content (17 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
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"