From 402d5340d5fc365412de9d723f68621803de92ef Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 5 Dec 2017 18:05:51 -0500 Subject: [PATCH] Patch release of libsqlite3-sys to remove crates.io keyword --- 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 cfe4063..c74a50c 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.9.0" +version = "0.9.1" authors = ["John Gallagher "] repository = "https://github.com/jgallagher/rusqlite" description = "Native bindings to the libsqlite3 library"