Skip to content

Commit df392b4

Browse files
committed
Add missing uuid feature
It was only working before because of feature unification.
1 parent 981f2be commit df392b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ x509-cert = { version = "0.2.5", features = ["pem"] }
2828
intern = { path = "../intern" }
2929

3030
[dev-dependencies]
31-
uuid = "1.16.0"
31+
uuid = { version = "1.16.0", features = ["v4"] }

0 commit comments

Comments
 (0)