From ebbbb4711e9d20954136bedc4f4a74e89bb455ae Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sun, 6 Dec 2020 11:45:06 -0800 Subject: [PATCH] Version 1.1.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 2f8eb4f..0440338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordered-float" -version = "1.1.0" +version = "1.1.1" authors = ["Jonathan Reem ", "Matt Brubeck "] license = "MIT" description = "Wrappers for total ordering on floats"