Skip to content

Commit 67f0339

Browse files
committed
Bump to 0.2 for the breaking feature change
1 parent 36b2514 commit 67f0339

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-traits"
1010
name = "num-traits"
11-
version = "0.1.42"
11+
version = "0.2.0-pre"
1212
readme = "README.md"
1313

1414
[dependencies]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add this to your `Cargo.toml`:
1212

1313
```toml
1414
[dependencies]
15-
num-traits = "0.1"
15+
num-traits = "0.2"
1616
```
1717

1818
and this to your crate root:
@@ -28,7 +28,7 @@ the default `std` feature. Use this in `Cargo.toml`:
2828

2929
```toml
3030
[dependencies.num-traits]
31-
version = "0.1"
31+
version = "0.2"
3232
default-features = false
3333
```
3434

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Numeric traits for generic mathematics
1212
13-
#![doc(html_root_url = "https://docs.rs/num-traits/0.1")]
13+
#![doc(html_root_url = "https://docs.rs/num-traits/0.2")]
1414

1515
#![deny(unconditional_recursion)]
1616

0 commit comments

Comments
 (0)