Skip to content

Commit

Permalink
Keep dependency features sorted in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 5, 2023
1 parent 5626619 commit 5f76bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/cargo-docs-rs"
[dependencies]
anyhow = "1"
cargo-subcommand-metadata = "0.1"
clap = { version = "4", features = ["derive", "deprecated"] }
clap = { version = "4", features = ["deprecated", "derive"] }
serde = "1"
serde_derive = "1"
serde_json = "1"
Expand Down

0 comments on commit 5f76bfd

Please sign in to comment.