Skip to content

Commit 3f481f4

Browse files
committed
Update versions in README
1 parent 51220aa commit 3f481f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

33
[![crate](https://img.shields.io/crates/v/num-derive.svg)](https://crates.io/crates/num-derive)
44
[![documentation](https://docs.rs/num-derive/badge.svg)](https://docs.rs/num-derive)
5+
![minimum rustc 1.31](https://img.shields.io/badge/rustc-1.31+-red.svg)
56
[![Travis status](https://travis-ci.org/rust-num/num-derive.svg?branch=master)](https://travis-ci.org/rust-num/num-derive)
67

78
Procedural macros to derive numeric traits in Rust.
@@ -13,7 +14,7 @@ Add this to your `Cargo.toml`:
1314
```toml
1415
[dependencies]
1516
num-traits = "0.2"
16-
num-derive = "0.2"
17+
num-derive = "0.3"
1718
```
1819

1920
and this to your crate root:
@@ -50,4 +51,4 @@ Release notes are available in [RELEASES.md](RELEASES.md).
5051

5152
## Compatibility
5253

53-
The `num-derive` crate is tested for rustc 1.15 and greater.
54+
The `num-derive` crate is tested for rustc 1.31 and greater.

0 commit comments

Comments
 (0)