Skip to content

Commit

Permalink
Replace usage of deserialize_with with serde_as
Browse files Browse the repository at this point in the history
  • Loading branch information
caass committed Aug 23, 2024
1 parent 1b2d473 commit 3a84d72
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 112 deletions.
4 changes: 4 additions & 0 deletions nativelink-config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rust_test_suite(
"@crates//:pretty_assertions",
"@crates//:serde",
"@crates//:serde_json5",
"@crates//:serde_with",
],
)

Expand All @@ -65,4 +66,7 @@ rust_doc_test(
name = "doc_test",
timeout = "short",
crate = ":nativelink-config",
deps = [
"@crates//:serde_json5",
],
)
Loading

0 comments on commit 3a84d72

Please sign in to comment.