Cannot build after PipeWire 0.3.64
After updating to PipeWire 0.3.64 running cargo build
on the project or on any other that depends on it fails with this error
error[E0425]: cannot find value PW_KEY_NODE_TARGET
in crate pw_sys
--> pipewire/src/auto/keys.rs:164:28
164 | key_constant!(NODE_TARGET, PW_KEY_NODE_TARGET,
Probably related: PipeWire@c3032c70
Running the gen-keys
tool fixes it