File: 1001_dashmap.patch

package info (click to toggle)
rust-swc-core 35.0.0~ds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,816 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (16 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branch of crate dashmap
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-01-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@
   copyless                  = "0.1.5"
   crc                       = ">= 2.1, <= 3"
   criterion                 = "0.5.1"
-  dashmap                   = "5.5.3"
+  dashmap                   = ">= 5.5.3, <= 6"
   dialoguer                 = "0.10.2"
   difference                = "2"
   either                    = "1.10.0"