Skip to content

Commit 1cd583f

Browse files
committed
[tracing-attributes] future-proof the #[instrument] integration with async-trait
1 parent 70ee64a commit 1cd583f

File tree

2 files changed

+216
-134
lines changed

2 files changed

+216
-134
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ members = [
1717
"tracing-journald",
1818
"examples"
1919
]
20+
21+
[patch.crates-io]
22+
async-trait = { git = "https://github.com/SergioBenitez/async-trait", branch = "master" }

0 commit comments

Comments
 (0)