diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index 0593f3448a4d51e78c445be58a191cddfe715f6e..6c704f50c1ef5efdf17cdcb8efe7e256ab80eab1 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sasl" -version = "0.4.0" +version = "0.4.1" authors = ["lumi "] description = "A crate for SASL authentication. Currently only does the client side." homepage = "https://gitlab.com/lumi/sasl-rs"