Restore old bindgen for Diesel

This commit is contained in:
gwenn
2019-01-06 09:50:35 +01:00
parent 747a8d36ed
commit 6d668d798a
3 changed files with 2300 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ sqlcipher = []
min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
# sqlite3_unlock_notify >= 3.6.12
unlock_notify = []