Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 091c6dd

Browse files
authored
bump rusqlite dependency (#545)
Includes tursodatabase/libsql#226
1 parent 257ca6b commit 091c6dd

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
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.dependencies]
13-
rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "3d2fc88a1", default-features = false, features = [
13+
rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "477264453b", default-features = false, features = [
1414
"buildtime_bindgen",
1515
"bundled-libsql-wasm-experimental",
1616
"column_decltype",

0 commit comments

Comments
 (0)