File: drop-getrandom-js-feature.patch

package info (click to toggle)
rust-pasetors 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,012 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: pasetors/Cargo.toml
===================================================================
--- pasetors.orig/Cargo.toml
+++ pasetors/Cargo.toml
@@ -51,7 +51,6 @@ default-features = false
 
 [dependencies.getrandom]
 version = "0.2"
-features = ["js"]
 
 [dependencies.orion]
 version = "0.17.0"