Skip to content

Commit 33f1516

Browse files
committed
Merge branch '0.4'
2 parents 4120882 + 31465bb commit 33f1516

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ extern crate rand;
2525

2626
### Versions
2727

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-
3128
Version `0.4`was released in December 2017. It contains almost no breaking
3229
changes since the `0.3` series, but nevertheless contains some significant
3330
new code, including a new "external" entropy source (`JitterRng`) and `no_std`

rand-derive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add this to your `Cargo.toml`:
99

1010
```toml
1111
[dependencies]
12-
rand = "0.3"
12+
rand = "0.4"
1313
rand_macros = "0.2"
1414
```
1515

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
240240
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
241241
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")]
243243

244244
#![deny(missing_debug_implementations)]
245245

0 commit comments

Comments
 (0)