File: relax-dep

package info (click to toggle)
rust-trycmd 0.14.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: trycmd/Cargo.toml
===================================================================
--- trycmd.orig/Cargo.toml
+++ trycmd/Cargo.toml
@@ -130,7 +130,7 @@ features = ["cmd"]
 default-features = false
 
 [dependencies.toml_edit]
-version = "0.21"
+version = ">= 0.19, < 1.0"
 features = ["serde"]
 
 [features]