File: relax-dep.diff

package info (click to toggle)
rust-countme 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: countme/Cargo.toml
===================================================================
--- countme.orig/Cargo.toml
+++ countme/Cargo.toml
@@ -32,7 +32,7 @@ required-features = ["enable"]
 name = "bench_single_thread"
 required-features = ["enable"]
 [dependencies.dashmap]
-version = "5.0"
+version = ">= 5.0"
 optional = true
 
 [dependencies.once_cell]