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 98cafff commit 2add777
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,13 +2,13 @@
name = "semver"
version = "1.0.12"
authors = ["David Tolnay <[email protected]>"]
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"]
Expand Down

0 comments on commit 2add777

Please sign in to comment.