Skip to content

Commit e8e6ffb

Browse files
committed
Force Sqlx-core version 0.7.3
1 parent a609049 commit e8e6ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fplus-database/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ serde = { version = "1.0.164", features = ["derive", "std",
2323
"serde_derive", "alloc", "rc"] }
2424
serial_test = "3.0.0"
2525
sha1 = "0.10.6"
26-
serde_json = "1.0.96"
26+
serde_json = "1.0.96"
27+
sqlx-core = "0.7.3"

fplus-lib/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ uuidv4 = "1.0.0"
3030
rayon = "1.8.0"
3131
log = "0.4.20"
3232
once_cell = "1.19.0"
33-
libsodium-sys-stable = "1.20.4"
3433
fplus-database = { path = "../fplus-database", version = "1.0.19"}

0 commit comments

Comments
 (0)