Skip to content

Commit

Permalink
[tracing-attributes] future-proof the #[instrument] integration with …
Browse files Browse the repository at this point in the history
…async-trait
  • Loading branch information
nightmared committed Feb 6, 2021
1 parent 70ee64a commit 1cd583f
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 134 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ members = [
"tracing-journald",
"examples"
]

[patch.crates-io]
async-trait = { git = "https://github.com/SergioBenitez/async-trait", branch = "master" }

0 comments on commit 1cd583f

Please sign in to comment.