File: 2001_rand.patch

package info (click to toggle)
rust-yamux 0.13.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older minor version of crate rand
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-10-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/yamux/Cargo.toml
+++ b/yamux/Cargo.toml
@@ -14,7 +14,7 @@
 log = "0.4.8"
 nohash-hasher = "0.2"
 parking_lot = "0.12"
-rand = "0.9.0"
+rand = ">= 0.8.5, <= 0.9"
 static_assertions = "1"
 pin-project = "1.1.0"
 web-time = "1.1.0"