Use new hyphen-less extern crate name

This commit is contained in:
John Gallagher
2015-03-26 15:48:29 -04:00
parent 134f34362a
commit 2461654861
4 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.0.12"
version = "0.0.13"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -21,4 +21,4 @@ bitflags = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.10"
version = "0.0.11"