commit | 71c28e79bee81a11209cc2f7019e3d2afffffd22 | [log] [tgz] |
---|---|---|
author | Taylor Cramer <cramertj@google.com> | Fri Nov 09 12:17:58 2018 -0800 |
committer | Taylor Cramer <cramertj@google.com> | Fri Nov 09 12:17:58 2018 -0800 |
tree | 0def837672ffbceba65fedca8d139068b8d46698 | |
parent | 5c77f6c5de0b02bfc79a32a727e82c0e17e0bb4d [diff] |
Enable futures io-compat feature Change-Id: I5db2e6fb91cf7e39a04410a7e48d2a2697553b6c
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