mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-15 02:31:45 -04:00
capnp warning the right way
This commit is contained in:
parent
f8bd8c6e65
commit
5468e5ce9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue