Skip to content

Commit ebbbb47

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Jonathan Reem <[email protected]>", "Matt Brubeck <[email protected]>"]
55
license = "MIT"
66
description = "Wrappers for total ordering on floats"

0 commit comments

Comments
 (0)