mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-21 23:39:24 +08:00
Use new hyphen-less extern crate name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
extern crate "pkg-config" as pkg_config;
|
||||
extern crate pkg_config;
|
||||
|
||||
fn main() {
|
||||
pkg_config::find_library("sqlite3").unwrap();
|
||||
|
||||
Reference in New Issue
Block a user