Sort package entries in Cargo.toml

This commit is contained in:
David Tolnay 2022-07-31 19:19:06 -07:00
parent 24db929a56
commit c79f5c9be5
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 9 additions and 9 deletions

View file

@ -2,14 +2,14 @@
name = "thiserror"
version = "1.0.31"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "derive(Error)"
repository = "https://github.com/dtolnay/thiserror"
documentation = "https://docs.rs/thiserror"
categories = ["rust-patterns"]
description = "derive(Error)"
documentation = "https://docs.rs/thiserror"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.31"
[dependencies]
thiserror-impl = { version = "=1.0.31", path = "impl" }

View file

@ -2,11 +2,11 @@
name = "thiserror-impl"
version = "1.0.31"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "Implementation detail of the `thiserror` crate"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.31"
[lib]
proc-macro = true