We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b0a24 commit 0506918Copy full SHA for 0506918
Cargo.toml
@@ -1,10 +1,11 @@
1
[package]
2
name = "new-ordered-float"
3
-version = "1.0.0"
+version = "1.0.1"
4
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Matt Brubeck <mbrubeck@limpet.net>"]
5
license = "MIT"
6
description = "Wrappers for total ordering on floats (fork of ordered-float)"
7
repository = "https://github.com/mbrubeck/rust-ordered-float"
8
+readme = "README.md"
9
10
[lib]
11
name = "ordered_float"
0 commit comments