File: 1001_ntest.patch

package info (click to toggle)
rust-swc-core 35.0.0~ds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,804 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (16 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer minor versions of crate ntest
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
@@ -65,7 +65,7 @@
   napi-derive               = { version = "2.0.0", default-features = false }
   new_debug_unreachable     = "1.0.6"
   nom                       = "7.1.3"
-  ntest                     = "0.7.2"
+  ntest                     = ">= 0.7.2, <= 0.9"
   num-bigint                = "0.4.3"
   num_cpus                  = "1.13.1"
   once_cell                 = "1.19.0"