Skip to content

Commit 2e49008

Browse files
committed
Remove unnecessary flag
1 parent 7a8e25e commit 2e49008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
3737

3838
# -- For features
39-
sea-query = { version = "0.31.0-rc.4", features = ["thread-safe", "backend-postgres"], optional = true }
39+
sea-query = { version = "0.31.0-rc.4", features = ["thread-safe"], optional = true }
4040
rusqlite = { version = "0.31", optional = true }
4141

4242
[dev-dependencies]

0 commit comments

Comments
 (0)