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 d196f95 commit fa923c4
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,15 +2,15 @@
name = "quote"
version = "1.0.20" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
autobenches = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Quasi-quoting macro quote!(...)"
repository = "https://github.com/dtolnay/quote"
documentation = "https://docs.rs/quote/"
edition = "2018"
keywords = ["syn"]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
autobenches = false
repository = "https://github.com/dtolnay/quote"
rust-version = "1.31"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "quote-benchmark"
version = "0.0.0"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false

[lib]
Expand Down

0 comments on commit fa923c4

Please sign in to comment.