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 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
78Procedural macros to derive numeric traits in Rust.
@@ -13,7 +14,7 @@ Add this to your `Cargo.toml`:
1314``` toml
1415[dependencies ]
1516num-traits = " 0.2"
16- num-derive = " 0.2 "
17+ num-derive = " 0.3 "
1718```
1819
1920and 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.
You can’t perform that action at this time.
0 commit comments