clean up naming, add advertising that the client thinks channel binding is unsupported
This commit is contained in:
parent
62be423594
commit
2d8fffdbfc
5 changed files with 50 additions and 46 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "sasl"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["lumi <lumi@pew.im>"]
|
||||
description = "A crate for SASL authentication."
|
||||
description = "A crate for SASL authentication. Currently only does the client side."
|
||||
homepage = "https://gitlab.com/lumi/sasl-rs"
|
||||
repository = "https://gitlab.com/lumi/sasl-rs"
|
||||
documentation = "https://docs.rs/sasl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue