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 e5f6bd4 commit c700c89Copy full SHA for c700c89
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