Update README files shields and doc
This commit is contained in:
parent
8caa86b666
commit
0f53b56870
@ -1,7 +1,6 @@
|
||||
# Rand
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand)
|
||||
[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand)
|
||||
@ -104,8 +103,8 @@ greater, and 0.4 and 0.3 (since approx. June 2017) require Rustc version 1.15 or
|
||||
greater. Subsets of the Rand code may work with older Rust versions, but this is
|
||||
not supported.
|
||||
|
||||
Travis CI always has a build with a pinned version of Rustc matching the oldest
|
||||
supported Rust release. The current policy is that this can be updated in any
|
||||
Continuous Integration (CI) will always test the oldest supported Rustc version
|
||||
(the MSRV). The current policy is that this can be updated in any
|
||||
Rand release if required, but the change must be noted in the changelog.
|
||||
|
||||
## Crate Features
|
||||
|
@ -1,7 +1,6 @@
|
||||
# rand_chacha
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand_chacha)
|
||||
[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand/rand_chacha)
|
||||
|
@ -1,7 +1,6 @@
|
||||
# rand_core
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand_core)
|
||||
[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand/rand_core)
|
||||
|
@ -1,7 +1,6 @@
|
||||
# rand_distr
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand_distr)
|
||||
[[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand/rand_distr)
|
||||
|
@ -1,7 +1,6 @@
|
||||
# rand_hc
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand_hc)
|
||||
[[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand/rand_hc)
|
||||
|
@ -1,7 +1,6 @@
|
||||
# rand_pcg
|
||||
|
||||
[](https://travis-ci.org/rust-random/rand)
|
||||
[](https://ci.appveyor.com/project/rust-random/rand)
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand_pcg)
|
||||
[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand/rand_pcg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user