You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-nanorand/nanorand-fix-metadata.diff

12 lines
291 B

--- nanorand-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nanorand-0.7.0/Cargo.toml 2022-08-18T03:42:55.620157+00:00
@@ -29,7 +29,7 @@
lto = "thin"
[dependencies.getrandom]
version = "0.2.5"
-features = ["rdrand", "js"]
+features = ["rdrand"]
optional = true
[dependencies.zeroize]