Skip to content

Commit c700c89

Browse files
committed
Fix instructions for using tokio
1 parent e5f6bd4 commit c700c89

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)