From 4baa3ddfbc162ff9d16aa69146df954fdb500862 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 4 Dec 2014 10:47:59 -0500 Subject: [PATCH] Bump to version 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a2c16c..ba25e63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.0.1" +version = "0.0.2" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" homepage = "https://github.com/jgallagher/rusqlite"