Skip to content

Commit 1cc083c

Browse files
committed
Revert back to protobuf v3.0.0
1 parent 0e65d2a commit 1cc083c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ was limited exposed and documented proto generation capabilities in
2424
the main bazel repository. This is a moving target. The main goals
2525
of this project are to:
2626

27-
1. Provide `protoc`, the protocol buffer compiler ([v3.1.0](https://github.com/google/protobuf/releases/tag/v3.1.0)).
27+
1. Provide `protoc`, the protocol buffer compiler ([v3.0.0](https://github.com/google/protobuf/releases/tag/v3.0.0)).
2828

2929
2. Provide the language-specific plugins.
3030

protobuf/internal/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ REPOSITORIES = {
3030
"kind": "git_repository",
3131
"name": "com_github_google_protobuf",
3232
"remote": "https://github.com/google/protobuf.git",
33-
"tag": "v3.1.0",
33+
"tag": "v3.0.0",
3434
},
3535

3636
# This binds the cc_binary "protoc" into //external:protoc. This

0 commit comments

Comments
 (0)