We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8e25e commit 2e49008Copy full SHA for 2e49008
Cargo.toml
@@ -36,7 +36,7 @@ serde = { version = "1", features = ["derive"] }
36
serde_json = "1"
37
38
# -- For features
39
-sea-query = { version = "0.31.0-rc.4", features = ["thread-safe", "backend-postgres"], optional = true }
+sea-query = { version = "0.31.0-rc.4", features = ["thread-safe"], optional = true }
40
rusqlite = { version = "0.31", optional = true }
41
42
[dev-dependencies]
0 commit comments