mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 07:20:52 +00:00
Prepare buffer 0.1.2 release (#360)
This commit is contained in:
parent
30f11bfaa2
commit
e414b2b7d3
@ -1,3 +1,7 @@
|
||||
# 0.1.2 (October 11, 2019)
|
||||
|
||||
- Bump `tokio-sync` to `v0.1.3`
|
||||
|
||||
# 0.1.1 (July 19, 2019)
|
||||
|
||||
- Add `tracing` support
|
||||
|
@ -8,7 +8,7 @@ name = "tower-buffer"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.1.x" git tag.
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Tower Maintainers <team@tower-rs.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tower-buffer/0.1.1")]
|
||||
#![doc(html_root_url = "https://docs.rs/tower-buffer/0.1.2")]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![allow(elided_lifetimes_in_paths)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user