chore: prep 0.6.1 release

This commit is contained in:
Austin Bonander
2022-08-02 18:22:23 -07:00
committed by Austin Bonander
parent b630d5c748
commit cb52c7c62b
8 changed files with 117 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-cli"
version = "0.6.0"
version = "0.6.1"
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.0", path = "..", default-features = false, features = [
sqlx = { version = "0.6.1", path = "..", default-features = false, features = [
"migrate",
"any",
"offline",