Add a note about the version of protoc to embedded_sass.proto (#3692)

See #3685
This commit is contained in:
Natalie Weizenbaum 2023-09-20 15:14:55 -07:00 committed by GitHub
parent 058ce05454
commit 1b39070cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,12 @@
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
// This protocol buffer uses optional fields, which requires either [buf] or a
// [protoc] version 3.15 or later.
//
// [buf]: https://buf.build/
// [protoc]: https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation
syntax = "proto3";
package sass.embedded_protocol;