File: 1002_indexmap.patch

package info (click to toggle)
rust-egg 0.6.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: javascript: 187; makefile: 43; sh: 35
file content (26 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: use newer major version of crate indexmap
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2026-04-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@
 symbolic_expressions = "5"
 log = "0.4"
 smallvec = "1"
-indexmap = "1"
+indexmap = "2.13.0"
 instant = "0.1"
 once_cell = "1"
 # for the serde-1 feature
@@ -29,7 +29,7 @@
 [features]
 upward-merging = []
 stdweb = [ "instant/stdweb" ]
-serde-1 = [ "serde", "indexmap/serde-1" ]
+serde-1 = [ "serde", "indexmap/serde" ]
 reports = [ "serde-1", "serde_json" ]
 
 [workspace]