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-fastrand/fastrand-fix-metadata.diff

12 lines
222 B

--- fastrand-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.1.1/Cargo.toml 2024-09-17T20:52:06.872373+00:00
@@ -69,8 +69,5 @@
[features]
alloc = []
default = ["std"]
-js = [
- "std",
-]
std = ["alloc"]