From eb27cc727c7a59b9f7e8e13d34f6724acbc0ecc0 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Fri, 16 Dec 2022 13:08:03 +0000 Subject: [PATCH] update-readme-duplicates --- bazel/cargo/wasmtime/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bazel/cargo/wasmtime/README.md b/bazel/cargo/wasmtime/README.md index 243bf518..6fc8f4c8 100644 --- a/bazel/cargo/wasmtime/README.md +++ b/bazel/cargo/wasmtime/README.md @@ -28,6 +28,15 @@ $ cargo raze --generate-lockfile $ cd ../.. ``` +## Resolve duplicates in lockfile + +Currently due to an issue with raze (https://github.com/google/cargo-raze/issues/451) it +is likely that you will need to clear up any duplicates created in the lockfile. + +Resolving this issue can be tricky as updates can generate a lot of change, but essentially +you will need to check the overall diff for any problematic files and check to see where new +dependencies have been added. + ## Commit changes ```console