Avoid publicly exporting constants from libsqlite3-sys multiple times.

This commit is contained in:
John Gallagher
2017-04-05 13:04:52 -04:00
parent ccf1f61127
commit a13df1e3cd
3 changed files with 93 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.7.1"
version = "0.7.2"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"