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

3 years ago
--- nanorand-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nanorand-0.7.0/Cargo.toml 2024-06-10T15:30:28.575387+00:00
3 years ago
@@ -29,7 +29,7 @@
lto = "thin"
[dependencies.getrandom]
version = "0.2.5"
-features = ["rdrand", "js"]
+features = ["rdrand"]
optional = true
[dependencies.zeroize]