From 316b52d320df7b6de108d1310b497a925eeab954 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"