From 23f20267b9585b452c3f389d2e64b143155fa04c Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 17 Jul 2022 22:07:26 -0400 Subject: [PATCH] rev(Cargo): update `sqlx` SEE: https://github.com/launchbadge/sqlx/issues/1920 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 557b669..2abbcc1 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.1" +version = "0.15.3" authors = ["Iron-E "] description = "Shared adapter definitions for CLInvoice." @@ -18,7 +18,7 @@ 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.6" +sqlx = "0.5" [dev-dependencies] pretty_assertions = "1"