commit | d175efb8534008049b4a177a25142a3c8209535a | [log] [tgz] |
---|---|---|
author | Taylor Cramer <cramertj@google.com> | Wed Nov 28 17:25:40 2018 -0800 |
committer | Taylor Cramer <cramertj@google.com> | Thu Nov 29 23:37:19 2018 -0800 |
tree | 90061ced9db97ff35d8e7886da06f11730e2610f | |
parent | a198dadd21218e9ef7c062a4351b8c3acaa8e96f [diff] |
[rust] Update to futures alpha 10 Change-Id: I467b29adc1dbd5e66a26070aac65fc95b43c8ca0
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