File: relax-dep.diff

package info (click to toggle)
rust-edit 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,9 @@
 version = "3.1.0"
 
 [dependencies.which]
-version = "4.0"
+version = ">= 4.0"
 optional = true
-default-features = false
+features = ["real-sys"]
 
 [features]
 better-path = ["which"]