|
5 | 5 | [](https://rust-random.github.io/book/)
|
6 | 6 | [](https://rust-random.github.io/rand/rand)
|
7 | 7 | [](https://docs.rs/rand)
|
8 |
| -[](https://github.com/rust-random/rand#rust-version-requirements) |
| 8 | +[](https://github.com/rust-random/rand#rust-version-requirements) |
9 | 9 |
|
10 | 10 | A Rust library for random number generation, featuring:
|
11 | 11 |
|
@@ -95,17 +95,9 @@ Some versions of Rand crates have been yanked ("unreleased"). Where this occurs,
|
95 | 95 | the crate's CHANGELOG *should* be updated with a rationale, and a search on the
|
96 | 96 | issue tracker with the keyword `yank` *should* uncover the motivation.
|
97 | 97 |
|
98 |
| -### Rust version requirements |
| 98 | +### Rust version requirements (MSRV) |
99 | 99 |
|
100 |
| -Since version 0.8, Rand requires **Rustc version 1.36 or greater**. |
101 |
| -Rand 0.7 requires Rustc 1.32 or greater while versions 0.5 require Rustc 1.22 or |
102 |
| -greater, and 0.4 and 0.3 (since approx. June 2017) require Rustc version 1.15 or |
103 |
| -greater. Subsets of the Rand code may work with older Rust versions, but this is |
104 |
| -not supported. |
105 |
| - |
106 |
| -Continuous Integration (CI) will always test the minimum supported Rustc version |
107 |
| -(the MSRV). The current policy is that this can be updated in any |
108 |
| -Rand release if required, but the change must be noted in the changelog. |
| 100 | +This version of Rand requires Rustc >= 1.51.0. |
109 | 101 |
|
110 | 102 | ## Crate Features
|
111 | 103 |
|
|
0 commit comments