File: relax-dep.diff

package info (click to toggle)
rust-pretty-assertions 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pretty-assertions/Cargo.toml
===================================================================
--- pretty-assertions.orig/Cargo.toml
+++ pretty-assertions/Cargo.toml
@@ -23,7 +23,7 @@ categories = ["development-tools"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/colin-kiegel/rust-pretty-assertions"
 [dependencies.ansi_term]
-version = "0.11"
+version = ">= 0.11, < 0.13"
 
 [dependencies.difference]
 version = "2.0.0"