From e47dee388e1e7f051417244ab1c054f8b9acd755 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 25 Feb 2024 22:31:56 -0600 Subject: reduce allocations for collision detection --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 168ac60b..6f228d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,6 +460,7 @@ dependencies = [ "nohash-hasher", "once_cell", "parking_lot", + "smallvec", "tracing", "uuid", ] -- cgit v1.2.3