mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
chore: Prepare final 0.1.x release (#2216)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 0.1.8 (February 4, 2020)
|
||||
|
||||
* Add `tokio 0.2.x` deprecation notice.
|
||||
|
||||
# 0.1.7 (October 10, 2019)
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -8,12 +8,12 @@ name = "tokio-sync"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.1.x" git tag.
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://tokio.rs"
|
||||
documentation = "https://docs.rs/tokio-sync/0.1.7/tokio_sync"
|
||||
documentation = "https://docs.rs/tokio-sync/0.1.8/tokio_sync"
|
||||
description = """
|
||||
Synchronization utilities.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.7")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.8")]
|
||||
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
|
||||
|
||||
//! Asynchronous synchronization primitives.
|
||||
|
||||
Reference in New Issue
Block a user