Skip to content

Commit

Permalink
tower-make:v0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 20, 2019
1 parent 52075f3 commit 55b5150
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tower-balance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tower-discover = { version = "=0.3.0-alpha.1", path = "../tower-discover" }
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tower-load = { version = "=0.3.0-alpha.1", path = "../tower-load" }
tower-service = "=0.3.0-alpha.1"
tower-make = { version = "=0.3.0-alpha.1", path = "../tower-make" }
tower-make = { version = "=0.3.0-alpha.2", path = "../tower-make" }
slab = "0.4"

[dev-dependencies]
Expand Down
4 changes: 4 additions & 0 deletions tower-make/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.0-alpha.2 (September 20, 2019)

- Update `tokio-io` to `alpha.5`

# 0.3.0-alpha.1 (September 11, 2019)

- Bump version to match all the other crates with `std::future`
Expand Down
4 changes: 2 additions & 2 deletions tower-make/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tower-make"
version = "0.3.0-alpha.1"
version = "0.3.0-alpha.2"
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.3.0-alpha.1"
documentation = "https://docs.rs/tower-make/0.3.0-alpha.2"
description = """
Trait aliases for Services that produce specific types of Responses.
"""
Expand Down
2 changes: 1 addition & 1 deletion tower-make/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tower-make/0.3.0-alpha.1")]
#![doc(html_root_url = "https://docs.rs/tower-make/0.3.0-alpha.2")]
#![deny(rust_2018_idioms)]

//! Trait aliases for Services that produce specific types of Responses.
Expand Down
2 changes: 1 addition & 1 deletion tower-reconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ edition = "2018"
[dependencies]
log = "0.4.1"
tower-service = "=0.3.0-alpha.1"
tower-make = { version = "=0.3.0-alpha.1", path = "../tower-make" }
tower-make = { version = "=0.3.0-alpha.2", path = "../tower-make" }
pin-project = "=0.4.0-alpha.11"

0 comments on commit 55b5150

Please sign in to comment.