mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-27 03:25:08 +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
|
```toml
|
||||||
# Cargo.toml
|
# Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx = "0.2"
|
sqlx = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
**tokio**
|
**tokio**
|
||||||
@ -118,7 +118,7 @@ sqlx = "0.2"
|
|||||||
```toml
|
```toml
|
||||||
# Cargo.toml
|
# Cargo.toml
|
||||||
[dependencies]
|
[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
|
#### Cargo Feature Flags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user