Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39247bf

Browse files
committed
Bump sqlx version
1 parent 9ec015e commit 39247bf

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
@@ -25,7 +25,7 @@ rquickjs = { version = "0.6", features = [
2525
"macro",
2626
"futures",
2727
] }
28-
sqlx = { version = "0.8", default-features = false, features = [
28+
sqlx = { version = "0.8.2", default-features = false, features = [
2929
"sqlite",
3030
"runtime-tokio",
3131
], optional = true }

0 commit comments

Comments
 (0)