File: disable-getrandom.diff

package info (click to toggle)
rust-uuid 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 516 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Index: uuid/Cargo.toml
===================================================================
--- uuid.orig/Cargo.toml
+++ uuid/Cargo.toml
@@ -132,5 +132,0 @@ fast-rng = [
-js = [
-    "wasm-bindgen",
-    "getrandom",
-    "getrandom/js",
-]