Skip to content

Commit

Permalink
Update crate path
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Aug 2, 2024
1 parent eab7d51 commit a5acfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/image_processor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust_library(
name = "image_processor",
srcs = glob(["src/**/*.rs"]),
aliases = aliases(),
deps = ["//crypto"] + all_crate_deps(
deps = ["//api/crypto"] + all_crate_deps(
normal = True,
),
proc_macro_deps = all_crate_deps(
Expand Down

0 comments on commit a5acfc6

Please sign in to comment.