File: relax-dep.diff

package info (click to toggle)
rust-bit-set 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: sh: 13; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: bit-set/Cargo.toml
===================================================================
--- bit-set.orig/Cargo.toml
+++ bit-set/Cargo.toml
@@ -25,7 +25,7 @@ repository = "https://github.com/contain
 version = "0.6.1"
 default-features = false
 [dev-dependencies.rand]
-version = "0.3"
+version = "0.8"
 
 [features]
 default = ["std"]