Skip to content

Commit 96672a8

Browse files
committed
Version 1.1.0
* Implement Sum and Product traits for NotNan (#65). * Implement Neg and Zero traits for OrderedFloat (#60, #66). * Implement Add, Sub, Mul, and Div traits for OrderedFloat.
1 parent 7084878 commit 96672a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
authors = ["Jonathan Reem <[email protected]>", "Matt Brubeck <[email protected]>"]
55
license = "MIT"
66
description = "Wrappers for total ordering on floats"

0 commit comments

Comments
 (0)