make: More release clean up

This commit is contained in:
Lucio Franco 2019-08-27 12:44:13 -04:00
parent 652137aaa3
commit 6cb9c1099e
No known key found for this signature in database
GPG Key ID: 20DB2D1FCD10BDC1
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# 0.1.0 (August 26, 2019)
# 0.1.0-alpha.1 (August 26, 2019)
- Initial release

View File

@ -1,12 +1,12 @@
[package]
name = "tower-make"
version = "0.1.0"
version = "0.1.0-alpha.1"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
homepage = "https://github.com/tower-rs/tower"
documentation = "https://docs.rs/tower-make/0.1.0"
documentation = "https://docs.rs/tower-make/0.1.0-alpha.1"
description = """
Trait aliases for Services that produce specific types of Responses.
"""

View File

@ -1,4 +1,7 @@
/// Trait aliases for Services that produce specific types of Responses.
#![doc(html_root_url = "https://docs.rs/tower-make/0.1.0-alpha.1")]
#![deny(rust_2018_idioms)]
//! Trait aliases for Services that produce specific types of Responses.
#[cfg(feature = "io")]
mod make_connection;