From 96a909975b0f7f4c4e87ca318e086c26ad2f4085 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sun, 6 Dec 2020 10:56:46 -0800 Subject: [PATCH] Version 2.0.1 Release notes: * Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe code. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1bafed..8d6c206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordered-float" -version = "2.0.0" +version = "2.0.1" authors = ["Jonathan Reem ", "Matt Brubeck "] license = "MIT" description = "Wrappers for total ordering on floats"