mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Update README.md
This commit is contained in:
parent
fc3d06bf9b
commit
4dfa50d85c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user