File: 1004_fs-err.patch

package info (click to toggle)
sccache 0.10.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,996 kB
  • sloc: sh: 358; cpp: 112; perl: 68; makefile: 35; ansic: 31
file content (16 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer major version of crate fs-err
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-08-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@
 flate2 = { version = "1.0", optional = true, default-features = false, features = [
   "rust_backend",
 ] }
-fs-err = "2.11"
+fs-err = ">= 2.11, <= 3"
 futures = "0.3"
 gzp = { version = "0.11.3", default-features = false, features = [
   "deflate_rust",