diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-04-11 16:26:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 16:26:16 +0100 |
| commit | 03dd3ddf8b8c0ad254850cd940728c888dd7a80c (patch) | |
| tree | 2ebac480115be4b20ad5385362aa9dd988bc9799 /atuin-common/Cargo.toml | |
| parent | Add additional detail to search documentation (#860) (diff) | |
| download | atuin-03dd3ddf8b8c0ad254850cd940728c888dd7a80c.zip | |
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
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 16592381..d065a32d 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -14,3 +14,4 @@ repository = "https://github.com/ellie/atuin" chrono = { version = "0.4", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } uuid = { version = "1.2", features = ["v4"] } +rand = { version = "0.8.5", features = ["std"] } |
