mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 12:59:28 +08:00
Use new hyphen-less extern crate name
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
extern crate libc;
|
||||
extern crate "libsqlite3-sys" as ffi;
|
||||
extern crate libsqlite3_sys as ffi;
|
||||
#[macro_use] extern crate bitflags;
|
||||
|
||||
use std::mem;
|
||||
@@ -811,7 +811,7 @@ impl<'stmt> SqliteRow<'stmt> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
extern crate "libsqlite3-sys" as ffi;
|
||||
extern crate libsqlite3_sys as ffi;
|
||||
use super::*;
|
||||
|
||||
fn checked_memory_handle() -> SqliteConnection {
|
||||
|
Reference in New Issue
Block a user