From 8f268ac7b14d6f6901a7b21494fb2961327fbcdc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:19:01 -0700 Subject: [PATCH] Sort package entries in Cargo.toml --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7232d17..8cf7b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,14 @@ name = "anyhow" version = "1.0.58" # remember to update html_root_url authors = ["David Tolnay "] -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"]