From 82adbf3767cf85fcbf7945f5820afd6bef310e5b Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 17 Jul 2022 22:04:44 -0400 Subject: [PATCH] fix(Cargo): dev-dependency without version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e108120..557b669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ sqlx = "0.6" [dev-dependencies] pretty_assertions = "1" -sqlx = {features = ["postgres"]} +sqlx = {features = ["postgres"], version = "0.6"} [features] default = ["sqlx_runtime_tokio_rustls"]