Skip to content

Commit fa923c4

Browse files
committed
Sort package entries in Cargo.toml
1 parent d196f95 commit fa923c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name = "quote"
33
version = "1.0.20" # don't forget to update html_root_url, version in readme for breaking changes
44
authors = ["David Tolnay <[email protected]>"]
5-
license = "MIT OR Apache-2.0"
5+
autobenches = false
6+
categories = ["development-tools::procedural-macro-helpers"]
67
description = "Quasi-quoting macro quote!(...)"
7-
repository = "https://github.com/dtolnay/quote"
88
documentation = "https://docs.rs/quote/"
9+
edition = "2018"
910
keywords = ["syn"]
10-
categories = ["development-tools::procedural-macro-helpers"]
11+
license = "MIT OR Apache-2.0"
1112
readme = "README.md"
12-
edition = "2018"
13-
autobenches = false
13+
repository = "https://github.com/dtolnay/quote"
1414
rust-version = "1.31"
1515

1616
[dependencies]

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "quote-benchmark"
33
version = "0.0.0"
44
authors = ["David Tolnay <[email protected]>"]
5-
license = "MIT OR Apache-2.0"
65
edition = "2018"
6+
license = "MIT OR Apache-2.0"
77
publish = false
88

99
[lib]

0 commit comments

Comments
 (0)