Skip to content

Commit 6c4862c

Browse files
committed
Updated libsqlite3-sys to the current version used by sqlx
1 parent 884221e commit 6c4862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = { version = "~1" }
2424
uuid = { version = "~1" }
2525

2626
# SQlite bindings for printf
27-
libsqlite3-sys = { version = "~0.26", optional = true }
27+
libsqlite3-sys = { version = "~0.28", optional = true }
2828

2929
# Bitvec support
3030
bit-vec = { version = "~0.6", optional = true }

0 commit comments

Comments
 (0)