[roll] Roll fuchsia [rust][3p] Restrict tokio-stream to host.

The only useful types it provides on target are wrapping channels,
but we prefer to use the futures crate's channels on target to
avoid any complex dependency issues.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/809027
Original-Revision: 428d41afe805440c66b7df4bd8cf300cf2a85e38
GitOrigin-RevId: 624d827222bac92124eb6cc31a3cd3d6d48ab2ed
Change-Id: I7e7fd732a69ba92fd7f6f660871eae50e29e8a53
1 file changed
tree: be8045a74894b59be7b374477374a38c15c2554b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.