preparing 0.6.0 release (#1911)

* preparing 0.6.0 release

* run `cargo update` (not `upgrade`)
This commit is contained in:
Austin Bonander
2022-06-16 15:53:09 -07:00
committed by GitHub
parent f02ff94e9c
commit 17cebde64a
8 changed files with 757 additions and 416 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-cli"
version = "0.5.12"
version = "0.6.0"
description = "Command-line utility for SQLx, the Rust SQL toolkit."
edition = "2021"
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.12", path = "..", default-features = false, features = [
sqlx = { version = "0.6.0", path = "..", default-features = false, features = [
"migrate",
"any",
"offline",