mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Bump tokio-sync version to v0.1.3 (#938)
This commit is contained in:
parent
619d3b163b
commit
195c4b0496
@ -1,3 +1,9 @@
|
|||||||
|
# 0.1.3 (March 1, 2019)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `Watch`, a single value broadcast channel (#922).
|
||||||
|
- `std::error::Error` implementation for more `mpsc` types (#937).
|
||||||
|
|
||||||
# 0.1.2 (February 20, 2019)
|
# 0.1.2 (February 20, 2019)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
@ -7,12 +7,12 @@ name = "tokio-sync"
|
|||||||
# - README.md
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
documentation = "https://docs.rs/tokio-sync/0.1.2/tokio_sync"
|
documentation = "https://docs.rs/tokio-sync/0.1.3/tokio_sync"
|
||||||
description = """
|
description = """
|
||||||
Synchronization utilities.
|
Synchronization utilities.
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Synchronization utilities
|
Synchronization utilities
|
||||||
|
|
||||||
[Documentation](https://docs.rs/tokio-sync/0.1.2/tokio_sync/)
|
[Documentation](https://docs.rs/tokio-sync/0.1.3/tokio_sync/)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.2")]
|
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.3")]
|
||||||
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
|
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
|
||||||
#![cfg_attr(test, deny(warnings))]
|
#![cfg_attr(test, deny(warnings))]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user