Skip to content

Commit

Permalink
tracing-attributes version bound
Browse files Browse the repository at this point in the history
0.1.12 breaks our builds at the moment so we should specify an upper
bound of 0.1.11.

See: tokio-rs/tracing#1227

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
  • Loading branch information
FintanH authored and xla committed Feb 9, 2021
1 parent fe6dd2e commit 52ba86e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions librad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ features = ["logging", "dangerous_configuration"]
version = "1.0"
features = ["derive"]

# 0.1.12 breaks our builds
# See: https://github.com/tokio-rs/tracing/issues/1227
[dependencies.tracing-attributes]
version = "<= 0.1.11"

[dependencies.tokio]
version = "1.1"
features = ["full"]
Expand Down

0 comments on commit 52ba86e

Please sign in to comment.