Skip to content

Commit eb27cc7

Browse files
committedDec 16, 2022
update-readme-duplicates
1 parent d4d68b1 commit eb27cc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎bazel/cargo/wasmtime/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ $ cargo raze --generate-lockfile
2828
$ cd ../..
2929
```
3030

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+
3140
## Commit changes
3241

3342
```console

0 commit comments

Comments
 (0)