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 366ff42 commit 44ed979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name = "itoa"
version = "1.0.2" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
rust-version = "1.36"
license = "MIT OR Apache-2.0"
categories = ["value-formatting"]
description = "Fast integer primitive to string conversion"
repository = "https://github.com/dtolnay/itoa"
documentation = "https://docs.rs/itoa"
categories = ["value-formatting"]
readme = "README.md"
exclude = ["performance.png", "chart/**"]
edition = "2018"
exclude = ["performance.png", "chart/**"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/itoa"
rust-version = "1.36"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
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 = "itoa-fuzz"
version = "0.0.0"
publish = false
edition = "2018"
publish = false

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

0 comments on commit 44ed979

Please sign in to comment.