You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Rand release if required, but the change must be noted in the changelog.
84
84
Rand is built with these features enabled by default:
85
85
86
86
-`std` enables functionality dependent on the `std` lib
87
-
-`alloc` (implied by `std`) enables functionality requiring an allocator
87
+
-`alloc` (implied by `std`) enables functionality requiring an allocator (when using this feature in `no_std`, Rand requires Rustc version 1.36 or greater)
88
88
-`getrandom` (implied by `std`) is an optional dependency providing the code
0 commit comments