diff options
| author | mat <git@matdoes.dev> | 2024-02-25 22:31:56 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-02-25 22:31:56 -0600 |
| commit | e47dee388e1e7f051417244ab1c054f8b9acd755 (patch) | |
| tree | 41c369fdcd967dc795ea66cb3a6c982c3dfd2d2f /Cargo.lock | |
| parent | 018ab55bdb02e7774044198c8a30e0d02a7c6e29 (diff) | |
| download | azalea-drasl-e47dee388e1e7f051417244ab1c054f8b9acd755.tar.xz | |
reduce allocations for collision detection
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -460,6 +460,7 @@ dependencies = [ "nohash-hasher", "once_cell", "parking_lot", + "smallvec", "tracing", "uuid", ] |
