commit | 3cab44451ae8562c3594f5a87cb836d7c6fd2890 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 13:14:21 2019 -0800 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 23:21:28 2019 +0000 |
tree | a06c82daed82c3ead15274cfdc1a69a4b9a1cf38 | |
parent | a3b01e9f8e6dad0f73c8ec3ad62401dfbb1b4627 [diff] |
[rust] Update structopt to 0.2.14 Change-Id: Ib9ac151af87064d245391f586d1d1080b92a0224
After modifying Cargo.toml
, Run fx update-rustc-third-party
You will need a modern OpenSSL and to export either PKG_CONFIG_PATH
or CFLAGS
and LDFLAGS
in order for cargo to find it, before running fx update-rustc-third-party
.
You can install using brew install openssl
and observe brew info openssl
for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md