mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
capnp warning the right way
This commit is contained in:
parent
f8bd8c6e65
commit
5468e5ce9d
@ -82,7 +82,7 @@ fn main() {
|
||||
);
|
||||
} else if capnp_version_string != desired_capnp_version_string {
|
||||
println!(
|
||||
"capnproto version may be untested: {}",
|
||||
"cargo:warning=capnproto version may be untested: {}",
|
||||
capnp_version_string
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user