Commit 1d28272
fix(webmcp): add serde_json to integration_tests Bazel deps
The integration test calls serde_json::to_string_pretty() directly.
Cargo resolves it transitively, but Bazel requires explicit deps.
Fixes Bazel Test arm64-darwin/linux compilation failure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cd5f95a commit 1d28272
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
0 commit comments