notriddle / rust-float-ord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Cargo.toml` links to old docs

vks opened this issue · comments

Maybe the most future-proof fix is to replace

documentation = "https://docs.rs/float-ord/0.2.0/float-ord/"

with

documentation = "https://docs.rs/float-ord"

?