We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d68b1 commit eb27cc7Copy full SHA for eb27cc7
bazel/cargo/wasmtime/README.md
@@ -28,6 +28,15 @@ $ cargo raze --generate-lockfile
28
$ cd ../..
29
```
30
31
+## Resolve duplicates in lockfile
32
+
33
+Currently due to an issue with raze (https://github.com/google/cargo-raze/issues/451) it
34
+is likely that you will need to clear up any duplicates created in the lockfile.
35
36
+Resolving this issue can be tricky as updates can generate a lot of change, but essentially
37
+you will need to check the overall diff for any problematic files and check to see where new
38
+dependencies have been added.
39
40
## Commit changes
41
42
```console
0 commit comments