File: 1001_lru.patch

package info (click to toggle)
rust-swc-core 35.0.0~ds-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,972 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (16 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer minor versions of crate lru
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-10-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@
   kstring                   = "2.0.0"
   lazy_static               = "1.4.0"
   lexical                   = "6.1.0"
-  lru                       = "0.10.0"
+  lru                       = ">= 0.10, <= 0.12"
   memchr                    = "2.6.1"
   miette                    = "7.2.0"
   napi                      = { version = "2.0.0", default-features = false }