[roll] Roll fuchsia [cargo-gnaw] Fix cargo build

- Cargo manifest file has to be in the name of Cargo.toml. Add soft link
  Cargo.toml that points to the existing Cargo.toml.creates-io.
- Allow root Cargo.toml to be tracked by git in cargo-gnaw directory
- Add missing dependency semvar and upgrade dependency cargo_metadata.
  Versions match //third_party/rust_crates/BUILD.gn.
- Add std::convert::TryFrom that is required for rust edition 2018.

Test: cargo run works.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1101315
Original-Revision: 2ae3e3aba5c99f12f11aaa63ec884d2a3b6b48c2
GitOrigin-RevId: cb0bbee6126de253a60002b331f70ace3508caa2
Change-Id: I025c262464142624263c8cccabe54bca117eb772
1 file changed
tree: b3fa1b874c630fbdb639d19295cf9b22fd343c1b
  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 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.