File: 2002_rand.patch

package info (click to toggle)
edu-sync 0.3.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 488 kB
  • sloc: makefile: 36; sh: 1
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: accept older minor version of crate rand
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1095487
Forwarded: not-needed
Last-Update: 2025-09-24
---
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.5, <= 0.9"
 
 [dev-dependencies]
 time = { version = "0.3", features = ["macros", "serde"] }