Skip to content

Commit

Permalink
Turn off default features for mysql create, hopefully for faster test…
Browse files Browse the repository at this point in the history
… building
  • Loading branch information
tgross35 committed Oct 5, 2023
1 parent b5c1f4e commit 510eec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 510eec2

Please sign in to comment.