prepare 0.5.12 release (#1800)

* prepare release 0.5.12

* chore: remove mentions of things happening in 0.6

except one mention that should still be happening in 0.6
This commit is contained in:
Austin Bonander
2022-04-14 14:21:15 -07:00
committed by GitHub
parent 6c7006c4cc
commit 2e026cae67
9 changed files with 106 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-cli"
version = "0.5.11"
version = "0.5.12"
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.0"
tokio = { version = "1.15.0", features = ["macros", "rt", "rt-multi-thread"] }
sqlx = { version = "0.5.11", path = "..", default-features = false, features = [
sqlx = { version = "0.5.12", path = "..", default-features = false, features = [
"migrate",
"any",
"offline",