Skip to content

Commit 0506918

Browse files
committed
Add link to README in manifest
1 parent 44b0a24 commit 0506918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "new-ordered-float"
3-
version = "1.0.0"
3+
version = "1.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 (fork of ordered-float)"
77
repository = "https://github.com/mbrubeck/rust-ordered-float"
8+
readme = "README.md"
89

910
[lib]
1011
name = "ordered_float"

0 commit comments

Comments
 (0)