From ea778f81418017d9f759c26cd99e6a498fc74556 Mon Sep 17 00:00:00 2001 From: gwenn <45554+gwenn@users.noreply.github.com> Date: Sun, 21 Oct 2018 15:41:25 +0200 Subject: [PATCH] [ci skip] prepare version 0.15.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7def848..3d2068e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.14.0" +version = "0.15.0" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" @@ -58,7 +58,7 @@ regex = "1.0" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.9" +version = "0.10" [[test]] name = "config_log"