From 03dd3ddf8b8c0ad254850cd940728c888dd7a80c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 11 Apr 2023 16:26:16 +0100 Subject: Switch to uuidv7 (#864) * Add uuid_v7 * Actually use the new uuid * Add a test to ensure all uuids are unique, even in a tight loop * Make clippy happy --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 64d77c53..8037efa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,6 +152,7 @@ name = "atuin-common" version = "14.0.0" dependencies = [ "chrono", + "rand", "serde", "uuid", ] -- cgit v1.3.1