diff --git a/Cargo.toml b/Cargo.toml index b91e262e..53ec3579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.dependencies] -rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "477264453b", default-features = false, features = [ +rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "2e28bca6", default-features = false, features = [ "buildtime_bindgen", "bundled-libsql-wasm-experimental", "column_decltype",