From d5bd7d960106477f4372ebf7c0ec0c0b479e17bd Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 29 May 2017 16:56:47 -0400 Subject: [PATCH] Bump libsqlite3-sys to 0.8.1. This minor version includes some internal rearranging of constants that should not affect the public interface, and additions to the build system that allow the use of vcpkg on Windows. --- libsqlite3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index 6b75ce4..1345a13 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.8.0" +version = "0.8.1" authors = ["John Gallagher "] repository = "https://github.com/jgallagher/rusqlite" description = "Native bindings to the libsqlite3 library"