From 179be378530030662764dbfb2a34e8ea4b742b8d Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 20 Jan 2017 15:26:38 -0500 Subject: [PATCH] Bump to 0.9.1 for cargo categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a010acc..c27b41a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.9.0" +version = "0.9.1" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite"