We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cd116 commit 9e844d5Copy full SHA for 9e844d5
README.md
@@ -16,7 +16,7 @@ the same set of platforms as Rust's `std` lib.
16
This is a low-level API. Most users should prefer using high-level random-number
17
library like [`rand`].
18
19
-[Rand]: https://crates.io/crates/rand
+[`rand`]: https://crates.io/crates/rand
20
21
22
## Usage
@@ -53,7 +53,7 @@ one of the following features must be enabled:
53
54
## Minimum Supported Rust Version
55
56
-This crate requires Rustc version 1.28.0 or later due to usage of `NonZeroU32`.
+This crate requires Rust 1.32.0 or later.
57
58
59
# License
0 commit comments