File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ extern crate rand;
25
25
26
26
### Versions
27
27
28
- The ` rand ` crate has been at version ` 0.3 ` since March 2015. If you wish to
29
- avoid all breaking changes you may wish to stick with this version.
30
-
31
28
Version ` 0.4 ` was released in December 2017. It contains almost no breaking
32
29
changes since the ` 0.3 ` series, but nevertheless contains some significant
33
30
new code, including a new "external" entropy source (` JitterRng ` ) and ` no_std `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Add this to your `Cargo.toml`:
9
9
10
10
``` toml
11
11
[dependencies ]
12
- rand = " 0.3 "
12
+ rand = " 0.4 "
13
13
rand_macros = " 0.2"
14
14
```
15
15
Original file line number Diff line number Diff line change 239
239
240
240
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
241
241
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
242
- html_root_url = "https://docs.rs/rand/0.3 " ) ]
242
+ html_root_url = "https://docs.rs/rand/0.4 " ) ]
243
243
244
244
#![ deny( missing_debug_implementations) ]
245
245
You can’t perform that action at this time.
0 commit comments