mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
README: mention cargo update to resolve dep issues after git updates
This commit is contained in:
parent
806d101d87
commit
1ca75c31ae
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue