From d48d07a9f791100e2cf048796fde53e8f9612715 Mon Sep 17 00:00:00 2001 From: lumi Date: Tue, 28 Mar 2017 15:50:43 +0200 Subject: [PATCH] bump version, though this library should still be considered unstable, API-wise --- sasl/Cargo.toml | 2 +- sasl/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index e4b6c486..8c0ebe20 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sasl" -version = "0.3.0" +version = "0.4.0" authors = ["lumi "] description = "A crate for SASL authentication. Currently only does the client side." homepage = "https://gitlab.com/lumi/sasl-rs" diff --git a/sasl/README.md b/sasl/README.md index 0b66d0ff..4f8eeaec 100644 --- a/sasl/README.md +++ b/sasl/README.md @@ -4,7 +4,7 @@ sasl-rs What's this? ------------ -A crate which handles SASL authentication. +A crate which handles SASL authentication. Still unstable until 1.0.0. Can I see an example? ---------------------