Skip to content

Commit

Permalink
removing openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Apr 5, 2024
1 parent aa57c3d commit 4c7a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/slack-notifications/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_test")

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

DEPS = ["@openssl//:openssl"]
DEPS = []

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

0 comments on commit 4c7a009

Please sign in to comment.