Skip to content

Move package to the sdk repository

This newer update of cbindgen, version 0.23.x, pulls in a versioned build dependency because they rely on the newer rustc compiler.

Because only the rustc-mozilla compiler is latest (1.59) vs rustc (1.48), we need cbindgen to depend on the latest version of the rustc compiler.

Now. the latest rustc compiler, i.e. rustc-mozilla is only available in the sdk component of the repository.

So, to keep the changes to the minimal, we move the cbindgen package to sdk. There aren't any rdepends reported for the cbindgen package in my quick checks.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports