From 4a8b405f3b26bfb74901e3146da496d44a189dbe Mon Sep 17 00:00:00 2001 From: lumi Date: Tue, 28 Feb 2017 13:06:03 +0100 Subject: [PATCH] increment version --- sasl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index b2dc0875..7e065712 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sasl" -version = "0.1.0" +version = "0.1.1" authors = ["lumi "] description = "A crate for SASL authentication. Still needs a bunch of documenation." homepage = "https://gitlab.com/lumi/sasl-rs"