Skip to content

Commit

Permalink
Implement operator traits on references
Browse files Browse the repository at this point in the history
Fixes #81.
  • Loading branch information
mbrubeck committed May 21, 2021
1 parent eb30b6d commit cd01fca
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 173 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "2.2.0"
version = "2.3.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT"
description = "Wrappers for total ordering on floats"
Expand Down
Loading

0 comments on commit cd01fca

Please sign in to comment.