From 08dd0b6c97a638891f31baf114768a4e4fb33a23 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 24 Mar 2015 12:14:03 -0400 Subject: [PATCH] Bump cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94c739a..349e5d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.0.11" +version = "0.0.12" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite"