chore: prepare 0.5.7 (hotfix) release (#1394)

This commit is contained in:
Austin Bonander
2021-08-20 17:14:42 -07:00
committed by GitHub
parent 0e8ffb564b
commit 3749e0ea37
7 changed files with 25 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-cli"
version = "0.5.6"
version = "0.5.7"
description = "Command-line utility for SQLx, the Rust SQL toolkit."
edition = "2018"
readme = "README.md"
@@ -27,7 +27,7 @@ path = "src/bin/cargo-sqlx.rs"
[dependencies]
dotenv = "0.15"
tokio = { version = "1.0.1", features = ["macros", "rt", "rt-multi-thread"] }
sqlx = { version = "0.5.6", path = "..", default-features = false, features = [
sqlx = { version = "0.5.7", path = "..", default-features = false, features = [
"runtime-async-std-native-tls",
"migrate",
"any",