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 43ab8d0 commit f4aa38b
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 = "unicode-ident"
version = "1.0.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.31"
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
repository = "https://github.com/dtolnay/unicode-ident"
documentation = "https://docs.rs/unicode-ident"
edition = "2018"
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
readme = "README.md"
repository = "https://github.com/dtolnay/unicode-ident"
rust-version = "1.31"

[dev-dependencies]
criterion = { version = "0.3", default-features = false }
Expand Down

0 comments on commit f4aa38b

Please sign in to comment.