ensure correct crates version

This commit is contained in:
Max Countryman 2020-07-28 07:01:19 -07:00 committed by Ryan Leckey
parent 685d70ba62
commit 9ea5ce01a2

View File

@ -113,7 +113,7 @@ SQLx is compatible with the [`async-std`] and [`tokio`] runtimes.
```toml
# Cargo.toml
[dependencies]
sqlx = "0.4-beta.1"
sqlx = "0.4.0-beta.1"
```
**tokio**
@ -121,7 +121,7 @@ sqlx = "0.4-beta.1"
```toml
# Cargo.toml
[dependencies]
sqlx = { version = "0.4-beta.1", default-features = false, features = [ "runtime-tokio", "macros" ] }
sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runtime-tokio", "macros" ] }
```
#### Cargo Feature Flags