Update README.md

This commit is contained in:
Ryan Leckey 2020-03-29 16:33:29 -07:00 committed by GitHub
parent fc3d06bf9b
commit 4dfa50d85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ SQLx is compatible with the [`async-std`] and [`tokio`] runtimes.
```toml
# Cargo.toml
[dependencies]
sqlx = "0.2"
sqlx = "0.3"
```
**tokio**
@ -118,7 +118,7 @@ sqlx = "0.2"
```toml
# Cargo.toml
[dependencies]
sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio", "macros" ] }
sqlx = { version = "0.3", default-features = false, features = [ "runtime-tokio", "macros" ] }
```
#### Cargo Feature Flags