[roll] Roll fuchsia [usb-bulk] Switch from anyhow to thiserror

While we can still use it in applications, it's no longer considered
goood practice to use anyhow in libraries as it tends to push toward
"stringy" errors instead of structured data errors.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/804868
Original-Revision: e8d991c969a0b01a311be026985132343d08b722
GitOrigin-RevId: 107ea165eae7efc9d2e6842ceacfaa072503135d
Change-Id: I84229ff6ac7f5f1284060fc611aa9a165c0fc3db
1 file changed
tree: 894ff7c60b36daf8e5f3d7c142f665a300b1ccfe
  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.