diff --git a/Cargo.toml b/Cargo.toml index c1142ec..278ec72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ optional = true [dependencies.tokio-postgres] version = "0.7" optional = true -features = ["with-uuid-0_8"] +features = ["with-uuid-1"] [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] }