File: relax-dep.diff

package info (click to toggle)
rust-string 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: string/Cargo.toml
===================================================================
--- string.orig/Cargo.toml
+++ string/Cargo.toml
@@ -23,7 +23,7 @@ categories = ["data-structures"]
 license = "MIT"
 repository = "https://github.com/carllerche/string"
 [dependencies.bytes]
-version = "0.4"
+version = ">= 0.4, <2"
 optional = true
 
 [features]