Bump tokio-uds version to v0.2.1 (#552)

Fixes #551
This commit is contained in:
Carl Lerche
2018-08-19 21:23:49 -07:00
committed by GitHub
parent 2b1b0ac858
commit 89639ec48b
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//! This crate provides APIs for using Unix Domain Sockets with Tokio.
#![cfg(unix)]
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.0")]
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.1")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
extern crate bytes;