diff options
| author | mat <git@matdoes.dev> | 2024-12-26 05:52:46 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-26 05:52:46 +0000 |
| commit | 3c83e5b24a622062c490f90c7e5bde043438d517 (patch) | |
| tree | 6f1efdf0f89233743576c149409041e0685eb38c /Cargo.toml | |
| parent | e11a902fba8c8c63be982afbc6085a49c6a19f12 (diff) | |
| download | azalea-drasl-3c83e5b24a622062c490f90c7e5bde043438d517.tar.xz | |
replace priority_queue crate with std BinaryHeap
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,6 @@ nohash-hasher = "0.2.0" num-bigint = "0.4.6" num-traits = "0.2.19" parking_lot = "0.12.3" -priority-queue = "2.1.1" proc-macro2 = "1.0.92" quote = "1.0.37" rand = "0.8.5" @@ -79,6 +78,7 @@ tracing = "0.1.41" tracing-subscriber = "0.3.19" hickory-resolver = { version = "0.24.2", default-features = false } uuid = "1.11.0" +num-format = "0.4.4" # --- Profile Settings --- |
