Skip to content

Commit 8f268ac

Browse files
committed
Sort package entries in Cargo.toml
1 parent c0e7854 commit 8f268ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "anyhow"
33
version = "1.0.58" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
5-
edition = "2018"
6-
rust-version = "1.38"
7-
license = "MIT OR Apache-2.0"
5+
categories = ["rust-patterns"]
86
description = "Flexible concrete Error type built on std::error::Error"
9-
repository = "https://github.com/dtolnay/anyhow"
107
documentation = "https://docs.rs/anyhow"
8+
edition = "2018"
9+
license = "MIT OR Apache-2.0"
1110
readme = "README.md"
12-
categories = ["rust-patterns"]
11+
repository = "https://github.com/dtolnay/anyhow"
12+
rust-version = "1.38"
1313

1414
[features]
1515
default = ["std"]

0 commit comments

Comments
 (0)