File: 2001_assert_cmd.patch

package info (click to toggle)
sccache 0.10.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,992 kB
  • sloc: sh: 358; cpp: 112; perl: 68; makefile: 35; ansic: 31
file content (19 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: accept older revision of crate assert_cmd
 (upstream changes seem minor,
 so unreasonable to file a Debian bugreport about it)
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -123,7 +123,7 @@
 version-compare = { version = "0.1.1", optional = true }
 
 [dev-dependencies]
-assert_cmd = "2.0.13"
+assert_cmd = "2.0.12"
 cc = "1.0"
 chrono = "0.4.33"
 filetime = "0.2"