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.
2 parents e5f6bd4 + c700c89 commit f939374Copy full SHA for f939374
README.md
@@ -65,7 +65,7 @@ sqlx = "0.2"
65
```toml
66
# Cargo.toml
67
[dependencies]
68
-sqlx = { version = "0.2", no-default-features = true, features = [ "runtime-tokio", "macros" ] }
+sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio", "macros" ] }
69
```
70
71
#### Cargo Feature Flags
0 commit comments