Skip to content

Commit

Permalink
update-readme-duplicates
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Dec 16, 2022
1 parent d4d68b1 commit 471e14a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bazel/cargo/wasmtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 471e14a

Please sign in to comment.