This commit is contained in:
John Smith 2023-09-15 11:58:34 -04:00
parent 3dcbad832d
commit 1c3f062a39

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 {