README: mention cargo update to resolve dep issues after git updates

This commit is contained in:
Tim-Philipp Müller 2022-06-20 11:48:32 +01:00
parent 806d101d87
commit 1ca75c31ae

View file

@ -142,6 +142,9 @@ Note that you can also just use `cargo` directly to build Rust static libraries
and shared C libraries. `cargo-c` is mostly useful to build static C libraries
and generate `pkg-config` files.
In case cargo complains about dependency versions after a `git pull`, `cargo update` may
be able to resolve those.
## LICENSE
gst-plugins-rs and all crates contained in here are licensed under one of the