Skip to content

Commit

Permalink
Sort dependencies and features
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent 6ebfd13 commit 0f72542
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 @@ -19,14 +19,14 @@ rust-version = "1.45"
diff = ["dissimilar"]

[dependencies]
basic-toml = "0.1"
dissimilar = { version = "1.0", optional = true }
glob = "0.3"
once_cell = "1.9"
serde = "1.0.166"
serde_derive = "1.0.166"
serde_json = "1.0.99"
termcolor = "1.0.4"
basic-toml = "0.1"

[dev-dependencies]
automod = "1.0.10"
Expand Down

0 comments on commit 0f72542

Please sign in to comment.