File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ was limited exposed and documented proto generation capabilities in
2424the main bazel repository. This is a moving target. The main goals
2525of 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
29292 . Provide the language-specific plugins.
3030
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments