From 1ca75c31aec471856e9d12e1b750247dd2a3a678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 20 Jun 2022 11:48:32 +0100 Subject: [PATCH] README: mention cargo update to resolve dep issues after git updates --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 84a74d3c..046809f8 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