You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build for PR #6467 is currently failing due to an unresolved import in crates/stdlib/src/sqlite.rs.
The error message no sqlite3_close_v2 in the root suggests that the API for libsqlite3-sys v0.36.0 has changed. The compiler suggests using sqlite3_close instead.
We need to manually fix this compilation error to merge the dependency update.