Skip to content

Commit f939374

Browse files
authored
Merge pull request #59 from sondr3/fix-tokio-instructions
Fix instructions for using tokio
2 parents e5f6bd4 + c700c89 commit f939374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sqlx = "0.2"
6565
```toml
6666
# Cargo.toml
6767
[dependencies]
68-
sqlx = { version = "0.2", no-default-features = true, features = [ "runtime-tokio", "macros" ] }
68+
sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio", "macros" ] }
6969
```
7070

7171
#### Cargo Feature Flags

0 commit comments

Comments
 (0)