mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: prepare tokio-uds v0.2.7 release (#2638)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 0.2.7 (July 1, 2020)
|
||||
|
||||
* Add Illumos support. (#2563)
|
||||
|
||||
# 0.2.6 (February 4, 2020)
|
||||
|
||||
* Add `tokio 0.2.x` deprecation notice.
|
||||
|
||||
@@ -8,12 +8,12 @@ name = "tokio-uds"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.2.x" git tag.
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://github.com/tokio-rs/tokio"
|
||||
documentation = "https://docs.rs/tokio-uds/0.2.5/tokio_uds/"
|
||||
documentation = "https://docs.rs/tokio-uds/0.2.7/tokio_uds/"
|
||||
description = """
|
||||
Unix Domain sockets for Tokio
|
||||
"""
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ An implementation of Unix Domain Sockets for Tokio
|
||||
[`tokio::net`]: https://docs.rs/tokio/latest/tokio/net/index.html
|
||||
[feature flag]: https://docs.rs/tokio/latest/tokio/index.html#feature-flags
|
||||
|
||||
[Documentation](https://docs.rs/tokio-uds/0.2.5/tokio_uds/)
|
||||
[Documentation](https://docs.rs/tokio-uds/0.2.7/tokio_uds/)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#![cfg(unix)]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.6")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.7")]
|
||||
#![deny(missing_docs, missing_debug_implementations)]
|
||||
|
||||
//! Unix Domain Sockets for Tokio.
|
||||
|
||||
Reference in New Issue
Block a user