Skip to content

Commit

Permalink
pcli: sort rand_distr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed May 10, 2024
1 parent 0ac6754 commit 40468d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pin-project = {workspace = true}
rand = {workspace = true}
rand_chacha = {workspace = true}
rand_core = {workspace = true, features = ["getrandom"]}
rand_distr = "0.4.3"
regex = {workspace = true}
rpassword = "7"
serde = {workspace = true, features = ["derive"]}
Expand All @@ -103,7 +104,6 @@ termion = {workspace = true}
tracing = {workspace = true}
tracing-subscriber = {workspace = true, features = ["env-filter", "ansi"]}
url = {workspace = true, features = ["serde"]}
rand_distr = "0.4.3"

[dev-dependencies]
assert_cmd = {workspace = true}
Expand Down

0 comments on commit 40468d6

Please sign in to comment.