Skip to content

Commit 96a9099

Browse files
committed
Version 2.0.1
Release notes: * Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe code.
1 parent c55cda3 commit 96a9099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Matt Brubeck <mbrubeck@limpet.net>"]
55
license = "MIT"
66
description = "Wrappers for total ordering on floats"

0 commit comments

Comments
 (0)