[roll] Roll fuchsia Revert "[driver_runtime][rust] Add libasync-based channel transport"

This reverts commit 200bc2645526a6579fe22b2f42f03f447f41628c.

Reason for revert: possibly broke core.x64-release-minfs b/470038412

Original change's description:
> [driver_runtime][rust] Add libasync-based channel transport
>
> This makes it so that you can run a zx::Channel-based fidl
> protocol directly on the driver runtime dispatcher with the
> new rust fidl bindings. It also adds an `fidl_next::Executor`
> implementation for the driver runtime which is made the
> new default for driver channels as well.
>
> Some of this support is currently experimental, so is gated behind
> visibility attributes in gn.
>
> Change-Id: Iedb1ee8107ca8fafa0028d31373324e41c147406
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1430614
> Fuchsia-Auto-Submit: Megan Batty <mgnb@google.com>
> Commit-Queue: Megan Batty <mgnb@google.com>
> Reviewed-by: David Koloski <dkoloski@google.com>
> Reviewed-by: Suraj Malhotra <surajmalhotra@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1454710
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 771c371f0087a7b042d5b2ec107e6113379a91fd
GitOrigin-RevId: e7ad9a63c4486091c1e56a828d9733b3dde933ad
Change-Id: I2e0922c7c4c398910cfc30ea4e170cec5fce490e
1 file changed
tree: 2f76db1b1c5eae48101080bdd3328be9310a4c65
  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.