meson: newer cargo-c than specified required
Describe your issue
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/blob/main/meson.build#L23 states >=0.9.3
but build fails with cargo-c <0.9.21
.
Expected Behavior
Build.
Observed Behavior
[...]
ninja: build stopped: subcommand failed.
Error: CliError { error: Some(Minimum required cargo-c version is 0.9.21 but using cargo-c version 0.9.19+cargo-0.70), exit_code: 101 }
[...]
Setup
- Operating System: Linux
- Device: Computer
- gst-plugins-rs Version: 0.11.0 / git
- GStreamer Version: 1.22.4
- Command line: -
Steps to reproduce the bug
- have cargo-c
<0.9.21
installed - try to build
How reproducible is the bug?
Always.