File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sudo: false
8
8
# - x86_64, ARMv7, a Big-Endian arch (MIPS)
9
9
matrix :
10
10
include :
11
- - rust : 1.22 .0
11
+ - rust : 1.25 .0
12
12
install :
13
13
script :
14
14
- cargo test --tests --no-default-features
Original file line number Diff line number Diff line change 4
4
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true )] ( https://ci.appveyor.com/project/alexcrichton/rand )
5
5
[ ![ Latest version] ( https://img.shields.io/crates/v/rand.svg )] ( https://crates.io/crates/rand )
6
6
[ ![ Documentation] ( https://docs.rs/rand/badge.svg )] ( https://docs.rs/rand )
7
- [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.22 +-yellow.svg )] ( https://github.com/rust-lang-nursery/rand#rust-version-requirements )
7
+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.25 +-yellow.svg )] ( https://github.com/rust-lang-nursery/rand#rust-version-requirements )
8
8
[ ![ License] ( https://img.shields.io/crates/l/rand.svg )] ( https://github.com/rust-lang-nursery/rand#license )
9
9
10
10
A Rust library for random number generation.
You can’t perform that action at this time.
0 commit comments