From fbee73c3d44628868c16f39b17d41c55ca7006b9 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 12 Mar 2023 09:12:05 -0400 Subject: [PATCH] Updated dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 117a2ea..facdcea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" dev-communicators = { git = "https://git.franklinblanco.dev/franklinblanco/dev-communicators.git" } dev-macros = { git = "https://git.franklinblanco.dev/franklinblanco/dev-macros.git" } -remax-types = { path = "../remax-types" } +remax-types = { path = "../remax-types", features = ["sqlx"]}