File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ crate] ( https://img.shields.io/crates/v/num-derive.svg )] ( https://crates.io/crates/num-derive )
4
4
[ ![ 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 )
5
6
[ ![ Travis status] ( https://travis-ci.org/rust-num/num-derive.svg?branch=master )] ( https://travis-ci.org/rust-num/num-derive )
6
7
7
8
Procedural macros to derive numeric traits in Rust.
@@ -13,7 +14,7 @@ Add this to your `Cargo.toml`:
13
14
``` toml
14
15
[dependencies ]
15
16
num-traits = " 0.2"
16
- num-derive = " 0.2 "
17
+ num-derive = " 0.3 "
17
18
```
18
19
19
20
and this to your crate root:
@@ -50,4 +51,4 @@ Release notes are available in [RELEASES.md](RELEASES.md).
50
51
51
52
## Compatibility
52
53
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.
You can’t perform that action at this time.
0 commit comments