From 7e93d7b4491b4f832baaf8b354a86016b6249bda Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Wed, 22 May 2024 20:18:11 +0200 Subject: [PATCH] allow deprecated diesel stuff --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0d0da2212..95cd0eacf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,6 +80,7 @@ askama = { version = "0.12.1", default-features = false, features = [ ] } diesel = { version = "2.1.6", default-features = false, features = [ "32-column-tables", + "with-deprecated", ] } diesel-async = { version = "0.4.1", features = [ "async-connection-wrapper",