Change path parameter type to &AsRef<Path>

This commit is contained in:
Marcus Klaas
2015-05-04 21:22:11 +02:00
parent bfa922fc18
commit debb717aa4
2 changed files with 33 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.0.16"
version = "0.0.17"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -20,6 +20,9 @@ time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
[dev-dependencies]
tempdir = "~0.3.4"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.13"