Bump tokio-sync v0.1.1 (#881)

This commit is contained in:
Carl Lerche
2019-02-01 14:19:34 -08:00
committed by GitHub
parent 95b0eec8af
commit 9d6d142bed
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ name = "tokio-sync"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.0"
version = "0.1.1"
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.0/tokio_sync"
documentation = "https://docs.rs/tokio-sync/0.1.1/tokio_sync"
description = """
Synchronization utilities.
"""