diff --git a/database/Cargo.toml b/database/Cargo.toml index dcfb1edf7..07fe28904 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -27,6 +27,3 @@ x509-cert = { version = "0.2.5", features = ["pem"] } intern = { path = "../intern" } uuid = { version = "1.16.0", features = ["v4"] } - -[dev-dependencies] -uuid = { version = "1.16.0", features = ["v4"] }