Skip to content

Commit

Permalink
Removed default-features from postgres (currently none)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 27, 2023
1 parent 415e234 commit 606b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
byteorder = "1"
bytes = "1"
postgres = { version = "0.19", optional = true }
postgres = { version = "0.19", default-features = false, optional = true }
diesel = { version = "2", default-features = false, features = ["postgres"], optional = true }
sqlx = { version = ">= 0.5, < 0.8", default-features = false, features = ["postgres"], optional = true }

Expand Down

0 comments on commit 606b95d

Please sign in to comment.