diff --git a/Cargo.toml b/Cargo.toml index 2f8eb4f..a1bafed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordered-float" -version = "1.1.0" +version = "2.0.0" authors = ["Jonathan Reem ", "Matt Brubeck "] license = "MIT" description = "Wrappers for total ordering on floats" diff --git a/README.md b/README.md index b5e3302..c68fec9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ with the rest of your dependencies: ```toml [dependencies] -ordered-float = "1.0" +ordered-float = "2.0" ``` See the [API documentation](https://docs.rs/ordered-float) for further details.