Skip to content

Commit c993cca

Browse files
committed
env-logger: Fix hyper breaking Rust 1.26.0 build
Looks like hyper 0.12.26 (ironically) breaks the build on Rust 1.26.0. Since we only depend on it for examples, I made our dependency version more restrictive. Signed-off-by: Eliza Weisman <[email protected]>
1 parent 462a08f commit c993cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-trace-env-logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ tokio-trace = { git = "https://github.com/tokio-rs/tokio" }
1313
tokio-trace-fmt = { path = "../tokio-trace-fmt" }
1414
tokio-trace-futures = { path = "../tokio-trace-futures" }
1515
tokio-trace-subscriber = { path = "../tokio-trace-subscriber" }
16-
hyper = "0.12"
16+
hyper = "=0.12.25"
1717
futures = "0.1"
1818
tokio = "0.1"

0 commit comments

Comments
 (0)