commit | 56f5ef3eec7476ac5d26911aa57b1cb73689cef9 | [log] [tgz] |
---|---|---|
author | David Koloski <dkoloski@fuchsia.infra.roller.google.com> | Thu Mar 06 15:41:17 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 06 15:45:36 2025 -0800 |
tree | b7a4a570b3d2ddc652ad0fe17ccbbc570e8a0896 | |
parent | 2a7f62fafb8a198a8ee7020354e491b7db3a81a8 [diff] |
[roll] Roll fuchsia [fidl][rust] Relax static bound for transports Driver framework uses an executor with a non-'static lifetime, and so wants to be able to spawn futures with non-'static lifetimes as well. This change pushes the requirement that transports be 'static down to the site where futures are actually spawned. This can increase the verbosity for more common cases, but it should be fine. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1217464 Original-Revision: 5972bc9954da96a6e4100f0b1aae29b01aa056f8 GitOrigin-RevId: 60355743a6d42587aaabb215cb854f6477174fc1 Change-Id: I554aac6ebb484f1e5ce82c1a4d66fe633e9f65e5
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.