[roll] Roll fuchsia [rust-3p] Update zerocopy to 0.8.31

Version 0.8.30 inverts --cfg flags (going from `--cfg foo` to enable
feature `foo` to `--cfg no-foo` to *disable* `foo`). Thus, we remove all
--cfg flags. See [1] for more information.

[1] https://github.com/google/zerocopy/issues/2259

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433139
Original-Revision: 569f5aaedf8d1e3ce1f7745bd82f78eaf461c276
GitOrigin-RevId: 799a9c4a6e7252f67e2bef8878ec0df53fe13e41
Change-Id: Iaf1af0f5d5810b4bd7abee8f8d2e5f48de39af1f
1 file changed
tree: 2c6ff1e6f0c0c28dbdc88c808df177d712b35e0b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.