Skip to content

Commit 983f4e4

Browse files
authored
Merge pull request #340 from pitdicker/rustc_version_badge
Add minimum rustc version badge
2 parents 4308ab5 + 32d6252 commit 983f4e4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/rust-lang-nursery/rand.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rand)
44
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true)](https://ci.appveyor.com/project/alexcrichton/rand)
5-
[![crates.io](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand)
6-
[![docs.rs](https://docs.rs/rand/badge.svg)](https://docs.rs/rand)
5+
[![Latest version](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand)
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)
78

89
A Rust library for random number generators and other randomness functionality.
910

rand_core/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/rust-lang-nursery/rand.svg)](https://travis-ci.org/rust-lang-nursery/rand)
44
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true)](https://ci.appveyor.com/project/alexcrichton/rand)
5-
[![crates.io](https://img.shields.io/crates/v/rand_core.svg)](https://crates.io/crates/rand_core)
6-
[![docs.rs](https://docs.rs/rand_core/badge.svg)](https://docs.rs/rand_core)
5+
[![Latest version](https://img.shields.io/crates/v/rand_core.svg)](https://crates.io/crates/rand_core)
6+
[![Documentation](https://docs.rs/rand_core/badge.svg)](https://docs.rs/rand_core)
7+
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-lang-nursery/rand#rust-version-requirements)
78

89
Core traits and error types of the [rand] library, plus tools for implementing
910
RNGs.

0 commit comments

Comments
 (0)