Bump version and use libc from crates.io

This commit is contained in:
John Gallagher
2015-03-28 23:09:13 -04:00
parent c8fbe48f15
commit 4b085b9103
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.0.13"
version = "0.0.14"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -18,7 +18,8 @@ load_extension = ["libsqlite3-sys/load_extension"]
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.11"
version = "0.0.12"