aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-05 09:22:08 +0930
committermat <git@matdoes.dev>2026-01-05 09:22:08 +0930
commitf6e4ad941f44edc92bdde270f0d16e5fb3cb0f8d (patch)
tree0f2618ecb1c32cc492e600cab493a71c2e5c6cee /azalea
parent9b9688597e01ae8eeda96d60e837ad66cebb843a (diff)
downloadazalea-drasl-f6e4ad941f44edc92bdde270f0d16e5fb3cb0f8d.tar.xz
move radix-heap to be a workspace dep
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 9a038a8e..e4dd4d1c 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -36,7 +36,7 @@ nohash-hasher.workspace = true
num-format.workspace = true
num-traits.workspace = true
parking_lot.workspace = true
-radix-heap = "0.4.2"
+radix-heap.workspace = true
rustc-hash.workspace = true
serde = { workspace = true, optional = true }
tokio.workspace = true