mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Add v4 feature to uuid
This commit is contained in:
parent
70916d6596
commit
84f52ac175
3 changed files with 3 additions and 3 deletions
|
@ -13,4 +13,4 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] }
|
|||
sha2 = "0.10.2"
|
||||
thiserror = "1.0.30"
|
||||
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
|
||||
uuid = { version = "0.8.2", features = ["serde"] }
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue