From c28795e7b8c12edf4b2f4d246a0ea4becf9b4b55 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 6 Jan 2019 10:02:43 +0100 Subject: [PATCH] Upgrade to libsqlite3-sys 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14163c8..0a1b6d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ regex = "1.0" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.11" +version = "0.12" [[test]] name = "config_log"