From 510eec291906112d991e970e53c75b0e9382caf9 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 5 Oct 2023 17:29:10 -0400 Subject: [PATCH] Turn off default features for mysql create, hopefully for faster test building --- test-integration/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-integration/Cargo.toml b/test-integration/Cargo.toml index 0ef9b05..1c45bcf 100644 --- a/test-integration/Cargo.toml +++ b/test-integration/Cargo.toml @@ -6,6 +6,7 @@ publish = false license = "Apache-2.0 OR GPL-2.0-or-later" [dependencies] +mysql = { version = "24.0.0", default-features = false } [dev-dependencies] regex = "1.9.5"