File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ crate] ( https://img.shields.io/crates/v/num-traits.svg )] ( https://crates.io/crates/num-traits )
44[ ![ documentation] ( https://docs.rs/num-traits/badge.svg )] ( https://docs.rs/num-traits )
5- [ ![ minimum rustc 1.31 ] ( https://img.shields.io/badge/rustc-1.31 +-red.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
5+ [ ![ minimum rustc 1.60 ] ( https://img.shields.io/badge/rustc-1.60 +-red.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
66[ ![ build status] ( https://github.com/rust-num/num-traits/workflows/master/badge.svg )] ( https://github.com/rust-num/num-traits/actions )
77
88Numeric traits for generic mathematics in Rust.
@@ -40,7 +40,7 @@ Release notes are available in [RELEASES.md](RELEASES.md).
4040
4141## Compatibility
4242
43- The ` num-traits ` crate is tested for rustc 1.31 and greater.
43+ The ` num-traits ` crate is tested for rustc 1.60 and greater.
4444
4545## License
4646
Original file line number Diff line number Diff line change 1212//!
1313//! ## Compatibility
1414//!
15- //! The `num-traits` crate is tested for rustc 1.31 and greater.
15+ //! The `num-traits` crate is tested for rustc 1.60 and greater.
1616
1717#![ doc( html_root_url = "https://docs.rs/num-traits/0.2" ) ]
1818#![ deny( unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments