bump version, though this library should still be considered unstable, API-wise
This commit is contained in:
parent
ac21b1544e
commit
d48d07a9f7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sasl"
|
name = "sasl"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = ["lumi <lumi@pew.im>"]
|
authors = ["lumi <lumi@pew.im>"]
|
||||||
description = "A crate for SASL authentication. Currently only does the client side."
|
description = "A crate for SASL authentication. Currently only does the client side."
|
||||||
homepage = "https://gitlab.com/lumi/sasl-rs"
|
homepage = "https://gitlab.com/lumi/sasl-rs"
|
||||||
|
|
|
@ -4,7 +4,7 @@ sasl-rs
|
||||||
What's this?
|
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?
|
Can I see an example?
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in a new issue