From 19fd3426b5f3165175686e8cd289b6900ebce2b6 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 17 Jun 2021 00:23:23 -0600 Subject: [PATCH] try this version instead v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b71473f..944fbfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ages-prs = "0.1" async-trait = "0.1.41" lazy_static = "1.4.0" barrel = { version = "0.6.5", features = ["pg"] } -refinery = { version = "0.4.0", features = ["postgres"] } +refinery = { version = "0.5.0", features = ["postgres"] } sqlx = { version = "0.4.0", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] } strum = "0.19.5" strum_macros = "0.19"