Skip to content

Commit 23f2026

Browse files
committed
rev(Cargo): update sqlx
SEE: launchbadge/sqlx#1920
1 parent 82adbf3 commit 23f2026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://doc.rust-lang.org/cargo/reference/manifest.html
22
[package]
33
name = "clinvoice-adapter"
4-
version = "0.15.1"
4+
version = "0.15.3"
55
authors = ["Iron-E <[email protected]>"]
66
description = "Shared adapter definitions for CLInvoice."
77

@@ -18,7 +18,7 @@ clinvoice-schema = {branch = "release/0.9", git = "https://github.com/Iron-E/cli
1818
async-trait = "0.1"
1919
futures = "0.3"
2020
serde = {optional = true, version="1"}
21-
sqlx = "0.6"
21+
sqlx = "0.5"
2222

2323
[dev-dependencies]
2424
pretty_assertions = "1"

0 commit comments

Comments
 (0)