mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Use new hyphen-less extern crate name
This commit is contained in:
parent
81fd7543a3
commit
134f34362a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libsqlite3-sys"
|
name = "libsqlite3-sys"
|
||||||
version = "0.0.10"
|
version = "0.0.11"
|
||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
repository = "https://github.com/jgallagher/rusqlite"
|
repository = "https://github.com/jgallagher/rusqlite"
|
||||||
description = "Native bindings to the libsqlite3 library"
|
description = "Native bindings to the libsqlite3 library"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
extern crate "pkg-config" as pkg_config;
|
extern crate pkg_config;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
pkg_config::find_library("sqlite3").unwrap();
|
pkg_config::find_library("sqlite3").unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user