Skip to content

Depend on specific minor version for dependencies inside the workspace

Tom Wagner requested to merge ryuukyu/pipewire-rs:main into main

This changes dependencies between crates inside the pipewire-rs workspace to depend on a specific minor version (0.x) instead of only the major version (0), to ensure all crates have the same minor version when used from crates.io.

Previously, once could e.g. use pipewire 0.7 combined with libspa 0.6, which is incorrect and can lead to compilation failure.

Merge request reports