sasl: Make this crate no_std
We mostly had to import from alloc some structs that are part of the std prelude, such as Vec and String.
This commit is contained in:
parent
0267383803
commit
dc842c44d1
14 changed files with 57 additions and 19 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Version NEXT, released 20??-??-??:
|
||||
* Improvements
|
||||
- This crate is now `no_std`, you can use it even on platforms which don’t provide the `std` crate.
|
||||
|
||||
Version 0.5.2, released 2024-07-22:
|
||||
* Improvements
|
||||
- Add SCRAM client extensions support (thanks to Lucas Kent)
|
||||
|
|
|
|||
Loading…
Reference in a new issue