Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-06-20 13:48:32 +0300
committerTim-Philipp Müller <tim@centricular.com>2022-06-20 13:48:32 +0300
commit1ca75c31aec471856e9d12e1b750247dd2a3a678 (patch)
treee1b86038d059130c64ee90d98a9f057405aa8f08 /README.md
parent806d101d87d89eeb851a108c054bbc96fbee5fa1 (diff)
README: mention cargo update to resolve dep issues after git updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 84a74d3c6..046809f83 100644
--- a/README.md
+++ b/README.md
@@ -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