Skip to content

Commit

Permalink
Updates rules_fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed May 8, 2024
1 parent df2fef2 commit e0ccee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
8 changes: 3 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,9 @@ install_deps()

http_archive(
name = "rules_fuzzing",
sha256 = "ff52ef4845ab00e95d29c02a9e32e9eff4e0a4c9c8a6bcf8407a2f19eb3f9190",
strip_prefix = "rules_fuzzing-0.4.1",
urls = ["https://github.com/bazelbuild/rules_fuzzing/releases/download/v0.4.1/rules_fuzzing-0.4.1.zip"],
patches = ["//third_party:rules_fuzzing.patch"],
patch_args = ["-p1"],
sha256 = "77206c54b71f4dd5335123a6ff2a8ea688eca5378d34b4838114dff71652cf26",
strip_prefix = "rules_fuzzing-0.5.1",
urls = ["https://github.com/bazelbuild/rules_fuzzing/releases/download/v0.5.1/rules_fuzzing-0.5.1.zip"],
)

load("@rules_fuzzing//fuzzing:repositories.bzl", "rules_fuzzing_dependencies")
Expand Down
25 changes: 0 additions & 25 deletions third_party/rules_fuzzing.patch

This file was deleted.

0 comments on commit e0ccee1

Please sign in to comment.