Add bindgen / sqlite version note to libsqlite3-sys

This commit is contained in:
John Gallagher 2015-12-12 16:39:05 -05:00
parent 6e208fa655
commit e94a5b8411

View File

@ -1,3 +1,5 @@
// bindgen.rs was created with bindgen 0.15.0 against sqlite3 3.8.10
#![allow(non_snake_case)]
extern crate libc;