Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http-body = "0.3.1"
httparse = "1.0"
h2 = "0.2.2"
itoa = "0.4.1"
tracing = { version = "0.1", default-features = false, features = ["std", "log"] }
tracing = { version = "0.1", features = ["log"] }
pin-project = "0.4"
time = "0.1"
tower-service = "0.3"
Expand Down Expand Up @@ -73,7 +73,6 @@ tcp = [
]
log = [
"tracing/log",
"tracing/std"
]

# `impl Stream` for things
Expand Down