From 28dca0c3690c27f2a44e41242dd5983c30acb0c1 Mon Sep 17 00:00:00 2001 From: lumi Date: Sat, 19 May 2018 12:49:19 +0200 Subject: [PATCH] Bump version to 0.4.2. --- sasl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index 5b28a3c4..46e5717b 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sasl" -version = "0.4.1" +version = "0.4.2" authors = ["lumi "] description = "A crate for SASL authentication. Currently only does the client side." homepage = "https://gitlab.com/lumi/sasl-rs"