mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
enable serde, add ByteString::as_slice() method
This commit is contained in:
parent
d01438325b
commit
fa6cd65cfc
5 changed files with 18 additions and 7 deletions
|
@ -1,4 +1,12 @@
|
|||
# 0.1.0 (2021-06-27)
|
||||
# Changes
|
||||
|
||||
## 0.1.1 (2021-06-27)
|
||||
|
||||
* Add `ByteString::as_slice()` method
|
||||
|
||||
* Enable serde
|
||||
|
||||
## 0.1.0 (2021-06-27)
|
||||
|
||||
* Add `Bytes::trimdown()` method
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue