We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uuid
1 parent 981f2be commit df392b4Copy full SHA for df392b4
database/Cargo.toml
@@ -28,4 +28,4 @@ x509-cert = { version = "0.2.5", features = ["pem"] }
28
intern = { path = "../intern" }
29
30
[dev-dependencies]
31
-uuid = "1.16.0"
+uuid = { version = "1.16.0", features = ["v4"] }
0 commit comments