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"]