File: relax-itertools.patch

package info (click to toggle)
rust-pathrs 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: python: 1,138; sh: 371; ansic: 259; makefile: 151
file content (13 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: build/pathrs/Cargo.toml
===================================================================
--- build.orig/Cargo.toml
+++ build/Cargo.toml
@@ -67,7 +67,7 @@ features = [
 optional = true
 
 [dependencies.itertools]
-version = "0.14"
+version = "0.13"
 
 [dependencies.libc]
 version = "0.2.175"