Skip to content

Commit

Permalink
rev(Cargo): update sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jul 18, 2022
1 parent 82adbf3 commit 23f2026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "Shared adapter definitions for CLInvoice."

Expand All @@ -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"
Expand Down

0 comments on commit 23f2026

Please sign in to comment.