mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-21 09:34:02 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user