prepare 0.6.2 release (#2092)

This commit is contained in:
Austin Bonander
2022-09-14 15:23:06 -07:00
committed by GitHub
parent 8fca76065a
commit b6cddcd014
9 changed files with 197 additions and 18 deletions

View File

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