[roll] Roll fuchsia [rust][3p] Update licenses before GN file.

It's common for errors from cargo-gnaw to leave a developer's branch in a
weird state where a lot of license files have been deleted by
cargo-vendor but not yet restored by check_rust_licenses.py.

Fetching the licenses before running gnaw prevents that from happening.

I assume it was originally done this way because `cargo metadata` didn't like
extra files in the crate directory that didn't align with the vendored
hash, but it seems to work fine now.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/502358
Original-Revision: ad826d448a70cf4ebcc198f9ecb6563a12c6a037
GitOrigin-RevId: bac5acf2eae399308b8170a574c7ece93ea3f685
Change-Id: Ia056b3f9a3fb01f04520edd5e285afc76266c7d6
1 file changed
tree: cb218979a4a7c8daa5d0731b87037cb1795916a5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.