Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
Release notes:

* Make assignment operators panic safe (#71). This fixes a bug that
could cause undefined behavior in safe code.
  • Loading branch information
mbrubeck committed Dec 6, 2020
1 parent c55cda3 commit 96a9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "2.0.0"
version = "2.0.1"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT"
description = "Wrappers for total ordering on floats"
Expand Down

0 comments on commit 96a9099

Please sign in to comment.