File: relax-deps

package info (click to toggle)
rust-test-with 0.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -67,11 +67,11 @@ version = "2.0"
 features = ["full"]
 
 [dependencies.sysinfo]
-version = "0.30"
+version = "0.28"
 optional = true
 
 [dependencies.which]
-version = "5.0"
+version = ">= 4"
 optional = true
 
 [dev-dependencies.serial_test]