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 3ee7e9d commit 3feb682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "indoc"
version = "1.0.6"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Indented document literals"
repository = "https://github.com/dtolnay/indoc"
documentation = "https://docs.rs/indoc"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
repository = "https://github.com/dtolnay/indoc"
rust-version = "1.42"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions unindent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "unindent"
version = "0.1.9" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Remove a column of leading whitespace from a string"
repository = "https://github.com/dtolnay/indoc"
documentation = "https://docs.rs/unindent"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
repository = "https://github.com/dtolnay/indoc"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 3feb682

Please sign in to comment.