Cargo.toml: Switch to a release of sqlx.

master
Damir Jelić 2020-03-31 16:17:37 +02:00
parent 0d183daa3d
commit b5b4542cd5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ default-features = false
features = ["sync", "time"]
[dependencies.sqlx]
git = "https://github.com/launchbadge/sqlx/"
version = "0.3.2"
optional = true
default-features = false
features = ["runtime-tokio", "sqlite"]