Skip to content

Commit

Permalink
build: bump sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jul 18, 2022
1 parent be5aa90 commit 2344fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0"
version = "0.15.1"
authors = ["Iron-E <[email protected]>"]
description = "Shared adapter definitions for CLInvoice."

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

0 comments on commit 2344fb9

Please sign in to comment.