[roll] Roll fuchsia [rust] Remove the pin-utils crate

Add pin-project-lite as a replacement for use in fuchsia-async.

pin_mut is covered by std::pin::pin.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1024672
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: e10d3fb726b4ce5ce6c21bc4d501099f024fa331
GitOrigin-RevId: c266b0ca0422e18b86336a55e01843c4575c2339
Change-Id: I17f4c1adb703ae00ee7953f6ee3512f59e45327f
1 file changed
tree: 7f274b90f7f2dde9a2aa0b224873a056d43f42f3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.