File: relax-dep.diff

package info (click to toggle)
rust-crossbeam-queue 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@
 version = "0.7"
 default-features = false
 [dev-dependencies.rand]
-version = "0.6"
+version = ">= 0.6, < 0.8"
 
 [features]
 alloc = ["crossbeam-utils/alloc"]