File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ]
8
8
license = " MIT/Apache-2.0"
9
9
repository = " https://github.com/rust-num/num-traits"
10
10
name = " num-traits"
11
- version = " 0.1.42 "
11
+ version = " 0.2.0-pre "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`:
12
12
13
13
``` toml
14
14
[dependencies ]
15
- num-traits = " 0.1 "
15
+ num-traits = " 0.2 "
16
16
```
17
17
18
18
and this to your crate root:
@@ -28,7 +28,7 @@ the default `std` feature. Use this in `Cargo.toml`:
28
28
29
29
``` toml
30
30
[dependencies .num-traits ]
31
- version = " 0.1 "
31
+ version = " 0.2 "
32
32
default-features = false
33
33
```
34
34
Original file line number Diff line number Diff line change 10
10
11
11
//! Numeric traits for generic mathematics
12
12
13
- #![ doc( html_root_url = "https://docs.rs/num-traits/0.1 " ) ]
13
+ #![ doc( html_root_url = "https://docs.rs/num-traits/0.2 " ) ]
14
14
15
15
#![ deny( unconditional_recursion) ]
16
16
You can’t perform that action at this time.
0 commit comments