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 c0e7854 commit 8f268ac
Showing 1 changed file with 5 additions and 5 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 = "anyhow"
version = "1.0.58" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
rust-version = "1.38"
license = "MIT OR Apache-2.0"
categories = ["rust-patterns"]
description = "Flexible concrete Error type built on std::error::Error"
repository = "https://github.com/dtolnay/anyhow"
documentation = "https://docs.rs/anyhow"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = ["rust-patterns"]
repository = "https://github.com/dtolnay/anyhow"
rust-version = "1.38"

[features]
default = ["std"]
Expand Down

0 comments on commit 8f268ac

Please sign in to comment.