Skip to content

Add Cargo.lock to the repository

Sebastian Dröge requested to merge slomo/gstreamer-rs:cargo-lock into main

This makes sure that any broken dependency updates are not breaking our build, at the cost of requiring us to update the lock file regularly.

See also https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

Merge request reports