Skip to content

Commit

Permalink
Fix bazel build of slack-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Apr 5, 2024
1 parent 3e9853c commit 9a6fd8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rs/slack-notifications/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_test")

package(default_visibility = ["//visibility:public"])

DEPS = []
DEPS = [
"//rs/ic-management-types",
]

rust_binary(
name = "slack-notifications",
Expand Down

0 comments on commit 9a6fd8e

Please sign in to comment.