mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-26 02:30:48 -06:00
oops
This commit is contained in:
parent
c01be8f62d
commit
dad8e50939
@ -90,7 +90,7 @@ fn main() {
|
|||||||
< desired_protoc_major_version
|
< desired_protoc_major_version
|
||||||
{
|
{
|
||||||
panic!(
|
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
|
desired_protoc_major_version, protoc_version_string
|
||||||
);
|
);
|
||||||
} else if protoc_version_string != desired_protoc_version_string {
|
} else if protoc_version_string != desired_protoc_version_string {
|
||||||
|
Loading…
Reference in New Issue
Block a user