From f30ceffa6ca0d6a988675dcfaadbfee69597a2a5 Mon Sep 17 00:00:00 2001 From: Marcus Klaas Date: Thu, 12 Mar 2015 21:33:29 +0100 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- libsqlite3-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e25330a..94c739a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.0.10" +version = "0.0.11" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" @@ -21,4 +21,4 @@ bitflags = "~0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.0.9" +version = "0.0.10" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index ddc4975..bcef201 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.0.9" +version = "0.0.10" authors = ["John Gallagher "] repository = "https://github.com/jgallagher/rusqlite" description = "Native bindings to the libsqlite3 library"