Skip to content

Commit

Permalink
Merge pull request #27 from pluots/dep-reductions
Browse files Browse the repository at this point in the history
Turn off default features for mysql create for faster integration test building
  • Loading branch information
tgross35 authored Oct 5, 2023
2 parents b5c1f4e + 510eec2 commit 71ebb08
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 71ebb08

Please sign in to comment.