File: relax-dep.patch

package info (click to toggle)
rust-rusqlite 0.29.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 952 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rusqlite/Cargo.toml
===================================================================
--- rusqlite.orig/Cargo.toml
+++ rusqlite/Cargo.toml
@@ -83,7 +83,7 @@ version = "1.1"
 optional = true
 
 [dependencies.fallible-iterator]
-version = "0.2"
+version = ">= 0.2, < 1.0"
 
 [dependencies.fallible-streaming-iterator]
 version = "0.1"