From 33e8f71cd9e3c1ee3d96b9c53e1e2fd48d3f3e90 Mon Sep 17 00:00:00 2001 From: Naohisa Murakami Date: Mon, 27 Jun 2022 13:49:25 +0900 Subject: [PATCH] Use with-uuid-1 feature for tokio-postgres (#25) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }