Skip to content

Commit eacd61f

Browse files
sayrerclaude
andcommitted
Add missing serde_json dep to autolink_test.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d38c7a9 commit eacd61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/conformance/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rust_test(
2222
"//rust/parser:twitter_text_parser",
2323
"//3rdparty/crates:pest",
2424
"//3rdparty/crates:serde",
25+
"//3rdparty/crates:serde_json",
2526
"//3rdparty/crates:serde_yaml_ng",
2627
],
2728
proc_macro_deps = [

0 commit comments

Comments
 (0)