diff --git a/Cargo.toml b/Cargo.toml index 99a4af4..51de94c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,14 @@ name = "ryu" version = "1.0.10" # don't forget to update html_root_url authors = ["David Tolnay "] -license = "Apache-2.0 OR BSL-1.0" +categories = ["value-formatting"] description = "Fast floating point to string conversion" -repository = "https://github.com/dtolnay/ryu" documentation = "https://docs.rs/ryu" -categories = ["value-formatting"] -readme = "README.md" -exclude = ["performance.png", "chart/**"] edition = "2018" +exclude = ["performance.png", "chart/**"] +license = "Apache-2.0 OR BSL-1.0" +readme = "README.md" +repository = "https://github.com/dtolnay/ryu" rust-version = "1.36" [features] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index c19ac00..26c06dd 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ryu-fuzz" version = "0.0.0" -publish = false edition = "2018" +publish = false [package.metadata] cargo-fuzz = true