File: 1001_rand.patch

package info (click to toggle)
edu-sync 0.3.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 488 kB
  • sloc: makefile: 36; sh: 1
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept newer minor version of crate rand
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2026-04-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/edu-ws/Cargo.toml
+++ b/edu-ws/Cargo.toml
@@ -28,7 +28,7 @@
 base64 = "0.22"
 hex = { version = "0.4", features = ["serde"] }
 md5 = "0.7"
-rand = "0.9"
+rand = ">= 0.8, <= 0.10"
 
 [dev-dependencies]
 time = { version = "0.3", features = ["macros", "serde"] }