This commit is contained in:
John Smith 2023-09-15 11:58:34 -04:00 committed by Christien Rioux
parent c01be8f62d
commit dad8e50939

View File

@ -90,7 +90,7 @@ fn main() {
< desired_protoc_major_version
{
panic!(
"capnproto version should be at least major version {} but is {}",
"protoc version should be at least major version {} but is {}",
desired_protoc_major_version, protoc_version_string
);
} else if protoc_version_string != desired_protoc_version_string {