chore: prepare sqlx v0.4.0-beta.1 and sqlx-cli v0.1.0-beta.1

This commit is contained in:
Ryan Leckey
2020-07-27 01:43:02 -07:00
parent 41694f7e7c
commit 22f1f93b79
6 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-cli"
version = "0.1.0-pre"
version = "0.1.0-beta.1"
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"
tokio = { version = "0.2", features = ["macros"] }
sqlx = { version = "0.4.0-pre", path = "..", default-features = false, features = [ "runtime-async-std", "migrate", "any", "offline" ] }
sqlx = { version = "0.4.0-beta.1", path = "..", default-features = false, features = [ "runtime-async-std", "migrate", "any", "offline" ] }
futures = "0.3"
clap = "3.0.0-beta.1"
chrono = "0.4"