Skip to content

Commit

Permalink
Sort package entries in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent 47ccc57 commit 74a01e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "ryu"
version = "1.0.10" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
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]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ryu-fuzz"
version = "0.0.0"
publish = false
edition = "2018"
publish = false

[package.metadata]
cargo-fuzz = true
Expand Down

0 comments on commit 74a01e6

Please sign in to comment.