File: relax-getrandom.patch

package info (click to toggle)
rust-tempfile 3.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 356 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@
 features = ["fs"]
 
 [target.'cfg(any(unix, windows, target_os = "wasi"))'.dependencies.getrandom]
-version = "0.3.0"
+version = ">= 0.3, < 0.5"
 optional = true
 default-features = false