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 24326e0 commit a8ab082
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 @@ -28,7 +28,7 @@ minipre = "0.2"
num_cpus = "1.0"
opener = "0.6"
ref-cast = "1.0"
regex = { version = "1.9.2", default-features = false, features = ["std", "perf"] }
regex = { version = "1.9.2", default-features = false, features = ["perf", "std"] }
semver = "1.0"
serde = "1.0"
sysinfo = { version = "0.29", default-features = false }
Expand Down

0 comments on commit a8ab082

Please sign in to comment.