We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207b754 commit 0b61ce0Copy full SHA for 0b61ce0
WORKSPACE
@@ -31,9 +31,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
31
32
http_archive(
33
name = "rules_fuzzing",
34
- sha256 = "a5734cb42b1b69395c57e0bbd32ade394d5c3d6afbfe782b24816a96da24660d",
35
- strip_prefix = "rules_fuzzing-0.1.1",
36
- urls = ["https://github.com/bazelbuild/rules_fuzzing/archive/v0.1.1.zip"],
+ sha256 = "127d7c45e9b7520b3c42145b3cb1b8c26477cdaed0521b02a0298907339fefa1",
+ strip_prefix = "rules_fuzzing-0.2.0",
+ urls = ["https://github.com/bazelbuild/rules_fuzzing/archive/v0.2.0.zip"],
37
)
38
39
load("@rules_fuzzing//fuzzing:repositories.bzl", "rules_fuzzing_dependencies")
0 commit comments