File: upgrade-normpath-to-v1.diff

package info (click to toggle)
rust-fd-find 10.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,008 kB
  • sloc: sh: 156; makefile: 38
file content (13 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: fd-find/Cargo.toml
===================================================================
--- fd-find.orig/Cargo.toml
+++ fd-find/Cargo.toml
@@ -113,7 +113,7 @@ features = ["nu-ansi-term"]
 default-features = false
 
 [dependencies.normpath]
-version = "1.1.1"
+version = "1"
 
 [dependencies.nu-ansi-term]
 version = "0.50"