[roll] Roll fuchsia [fidl][rust] Remove dependency on log crate

Moves functions in fidl::endpoint that are only used in tests out to
fidl_test_util. This allows for the vfs crate to not depend on the log
crate and so not force inclusion of the log crate by dylib for all
users.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1232032
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 40f729a3d5edd16cdb0607a8996e6d062c14a2da
GitOrigin-RevId: 2edae7f8827279af7f4adc8a59c93362e5f46247
Change-Id: I2e75688b1bff66be6d54f30b3f5a7d3cdb659e10
1 file changed
tree: f2e81df4d23640c2cb28656cd0f01bae6220c4a1
  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 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.