mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-25 00:00:22 +02:00
v0.5.2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# 0.5.2 (November 27, 2019)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `Limit` methods `into_inner`, `get_ref`, `get_mut`, `limit`, and `set_limit` (#325).
|
||||||
|
|
||||||
# 0.5.1 (November 25, 2019)
|
# 0.5.1 (November 25, 2019)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ name = "bytes"
|
|||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Update doc URL.
|
# - Update doc URL.
|
||||||
# - Create "v0.5.x" git tag.
|
# - Create "v0.5.x" git tag.
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
description = "Types and traits for working with bytes"
|
description = "Types and traits for working with bytes"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
|
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
|
||||||
#![doc(html_root_url = "https://docs.rs/bytes/0.5.1")]
|
#![doc(html_root_url = "https://docs.rs/bytes/0.5.2")]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
//! Provides abstractions for working with bytes.
|
//! Provides abstractions for working with bytes.
|
||||||
|
|||||||
Reference in New Issue
Block a user