File: relax-dep.diff

package info (click to toggle)
rust-jsonwebtoken 8.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 420 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Allow running test using criterion 0.3
Author: Jan Niehusmann <jan@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: jsonwebtoken/Cargo.toml
===================================================================
--- jsonwebtoken.orig/Cargo.toml
+++ jsonwebtoken/Cargo.toml
@@ -61,7 +61,7 @@ version = "0.6"
 optional = true
 
 [dev-dependencies.criterion]
-version = "0.4"
+version = ">= 0.3, < 0.5"
 
 [dev-dependencies.time]
 version = "0.3"