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 2f2e4f4 commit c938c62
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 = "paste"
version = "1.0.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std"]
description = "Macros for all your token pasting needs"
edition = "2018"
rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
categories = ["no-std"]
readme = "README.md"
repository = "https://github.com/dtolnay/paste"
rust-version = "1.31"

[lib]
proc-macro = true
Expand Down

0 comments on commit c938c62

Please sign in to comment.