Rust: Restore compatibility with Debian Bookworm

This commit is contained in:
Dorota Czaplejewicz
2023-02-04 17:18:35 +00:00
parent d18f09823b
commit ffae36d259
4 changed files with 20 additions and 3 deletions

View File

@ -99,7 +99,7 @@ cargo_toml_base = configure_file(
cargo_patch = []
if get_option('newer') == true
cargo_build_flags += ['--features', 'glib_v0_14,zbus_v1_5']
cargo_build_flags += ['--features', 'glib_v0_14,zbus_v1_5,clap_v4']
cargo_deps = files('Cargo.deps.newer')
cargo_lock = files('Cargo.lock.newer')
else