Commit updated Cargo.lock and sqlite3.h

Turns out the new cbindgen version generates slightly different
sqlite3.h so commit that to the tree. The version in Cargo.lock also
changed so let's check in that too.
This commit is contained in:
Pekka Enberg
2024-08-15 19:42:10 +03:00
parent 08c1e13679
commit e30b5f1082
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ const char *sqlite3_libversion(void);
int sqlite3_libversion_number(void);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
} // extern "C"
#endif // __cplusplus
#endif /* LIMBO_SQLITE3_H */
#endif /* LIMBO_SQLITE3_H */