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 775bd5f commit acf0e1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "trybuild"
version = "1.0.63"
authors = ["David Tolnay <[email protected]>"]
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
Expand Down

0 comments on commit acf0e1b

Please sign in to comment.