From acf0e1b7caf18c698d766c0d324f2b7e052f7e56 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:19:06 -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 18a19ed..96250be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,14 @@ name = "trybuild" version = "1.0.63" authors = ["David Tolnay "] -edition = "2018" -rust-version = "1.36" -license = "MIT OR Apache-2.0" description = "Test harness for ui tests of compiler diagnostics" -repository = "https://github.com/dtolnay/trybuild" documentation = "https://docs.rs/trybuild" +edition = "2018" exclude = ["screenshots/*"] +license = "MIT OR Apache-2.0" readme = "README.md" +repository = "https://github.com/dtolnay/trybuild" +rust-version = "1.36" [features] # Experimental: highlight the diff between the expected and actual compiler