From 2add77784f07e048666c19ec5b48098f0787eef6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:19:05 -0700 Subject: [PATCH] Sort package entries in Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b34420f2..9aca672a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "semver" version = "1.0.12" authors = ["David Tolnay "] -edition = "2018" -rust-version = "1.31" -license = "MIT OR Apache-2.0" description = "Parser and evaluator for Cargo's flavor of Semantic Versioning" -repository = "https://github.com/dtolnay/semver" documentation = "https://docs.rs/semver" +edition = "2018" +license = "MIT OR Apache-2.0" readme = "README.md" +repository = "https://github.com/dtolnay/semver" +rust-version = "1.31" [features] default = ["std"]