File: rand-0.8.patch

package info (click to toggle)
rust-pathrs 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: python: 1,138; sh: 371; ansic: 259; makefile: 151
file content (13 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pathrs/Cargo.toml
===================================================================
--- pathrs.orig/Cargo.toml
+++ pathrs/Cargo.toml
@@ -78,7 +78,7 @@ version = "2"
 version = "1"
 
 [dependencies.rand]
-version = "0.9"
+version = "0.8"
 optional = true
 
 [dependencies.rustix]