diff --git a/Cargo.toml b/Cargo.toml index 971f5db..404c435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,6 @@ features = ["with-serde_json-1" , "with-uuid-1" , "with-chrono-0_4"] optional = true [dependencies.postgres-types] -version = "0.X.X" +version = "0.2.5" features = ["derive"] optional = true