File: 1001_pretty_assertions.patch

package info (click to toggle)
rust-text-trees 0.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 12; sh: 1
file content (14 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: accept newer branches of crate pretty_assertions
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@
 [dependencies]
 
 [dev-dependencies]
-pretty_assertions = "0.6.1"
\ No newline at end of file
+pretty_assertions = ">= 0.6.1, <= 1"