From 032afd3afba2f92aca9413ebf3575087545ff5c6 Mon Sep 17 00:00:00 2001 From: Simone Mosciatti Date: Wed, 17 Jan 2018 11:16:47 +0100 Subject: [PATCH] release v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d4bbdd..761a48c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "rediSQL" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bindgen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ef44330..a4efaa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rediSQL" -version = "0.3.0" +version = "0.3.1" authors = ["Simone Mosciatti "] build = "build.rs"