From 664739a85da2b56ab9ae736538773079a2120cd1 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 18 Jan 2024 16:18:07 +0100 Subject: [PATCH] Alphabetic order! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 556e5622..303f7358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/derive_more" readme = "README.md" keywords = ["derive", "Add", "From", "Display", "IntoIterator"] -categories = ["rust-patterns", "development-tools", "development-tools::procedural-macro-helpers", "no-std"] +categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std", "rust-patterns"] include = [ "src/**/*.rs",