Commit 5cc1eee
committed
fix: remove taskdump from metrics-service non-Linux dependencies
tokio's `taskdump` feature only compiles on Linux (aarch64/x86/x86_64).
The unconditional [dependencies] entry was causing macOS CI builds to fail.
Move it to the linux-only target section where it already existed.1 parent ad92d5a commit 5cc1eee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments