Skip to content

Commit e0b5d46

Browse files
authored
Update README for v3.1.0 (#360)
1 parent ee01b60 commit e0b5d46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ Bazel starlark rules for building protocol buffers +/- gRPC :sparkles:.
6363
```python
6464
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6565

66-
# Release: v3.0.0
66+
# Release: v3.1.0
6767
# TargetCommitish: master
68-
# Date: 2024-02-13 04:33:24 +0000 UTC
69-
# URL: https://github.com/stackb/rules_proto/releases/tag/v3.0.0
70-
# Size: 2095448 (2.1 MB)
68+
# Date: 2024-02-13 05:53:39 +0000 UTC
69+
# URL: https://github.com/stackb/rules_proto/releases/tag/v3.1.0
70+
# Size: 1995581 (2.0 MB)
7171
http_archive(
7272
name = "build_stack_rules_proto",
73-
sha256 = "f8f487e2a1b4a764c0da89c4d4e88797f50392f3b3ab2f8e0c88003dbc6bc382",
74-
strip_prefix = "rules_proto-3.0.0",
75-
urls = ["https://github.com/stackb/rules_proto/archive/v3.0.0.tar.gz"],
73+
sha256 = "ee7a11d66e7bbc5b0f7a35ca3e960cb9a5f8a314b22252e19912dfbc6e22782d",
74+
strip_prefix = "rules_proto-3.1.0",
75+
urls = ["https://github.com/stackb/rules_proto/archive/v3.1.0.tar.gz"],
7676
)
7777
```
7878

0 commit comments

Comments
 (0)