From e30b5f1082729ca9f9e75cb6c5c2d12ea9a98352 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 15 Aug 2024 19:42:10 +0300 Subject: [PATCH] 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. --- Cargo.lock | 2 +- sqlite3/include/sqlite3.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83188049b..fde486a82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "limbo_sqlite3" -version = "0.0.1" +version = "0.0.3" dependencies = [ "cbindgen", "env_logger 0.11.3", diff --git a/sqlite3/include/sqlite3.h b/sqlite3/include/sqlite3.h index aa942c7fe..6a95c7b01 100644 --- a/sqlite3/include/sqlite3.h +++ b/sqlite3/include/sqlite3.h @@ -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 */ \ No newline at end of file +#endif /* LIMBO_SQLITE3_H */