File: relax-winnow.patch

package info (click to toggle)
rust-zvariant-utils 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index b4f331b..8e02102 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ features = [
 ]
 
 [dependencies.winnow]
-version = "0.7"
+version = ">= 0.6"
 
 [dev-dependencies]