From 2344fb9321a74a9ed0a4d746520d6adbac9edc74 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 17 Jul 2022 21:58:01 -0400 Subject: [PATCH] build: bump `sqlx` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4b7fef..e108120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # See https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "clinvoice-adapter" -version = "0.15.0" +version = "0.15.1" authors = ["Iron-E "] description = "Shared adapter definitions for CLInvoice." @@ -18,11 +18,11 @@ clinvoice-schema = {branch = "release/0.9", git = "https://github.com/Iron-E/cli async-trait = "0.1" futures = "0.3" serde = {optional = true, version="1"} -sqlx = "0.5" +sqlx = "0.6" [dev-dependencies] pretty_assertions = "1" -sqlx = {features = ["postgres"], version = "0.5"} +sqlx = {features = ["postgres"]} [features] default = ["sqlx_runtime_tokio_rustls"]