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 2
2
3
3
[ ![ crate] ( https://img.shields.io/crates/v/num-traits.svg )] ( https://crates.io/crates/num-traits )
4
4
[ ![ 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 )
6
6
[ ![ build status] ( https://github.com/rust-num/num-traits/workflows/master/badge.svg )] ( https://github.com/rust-num/num-traits/actions )
7
7
8
8
Numeric traits for generic mathematics in Rust.
@@ -40,7 +40,7 @@ Release notes are available in [RELEASES.md](RELEASES.md).
40
40
41
41
## Compatibility
42
42
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.
44
44
45
45
## License
46
46
Original file line number Diff line number Diff line change 12
12
//!
13
13
//! ## Compatibility
14
14
//!
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.
16
16
17
17
#![ doc( html_root_url = "https://docs.rs/num-traits/0.2" ) ]
18
18
#![ deny( unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments