commit | 636593008780030311a2bb648de40364a0112805 | [log] [tgz] |
---|---|---|
author | Taylor Cramer <cramertj@google.com> | Tue Aug 28 11:55:53 2018 -0700 |
committer | Taylor Cramer <cramertj@google.com> | Tue Aug 28 23:20:01 2018 +0000 |
tree | 78677c3947ca60884d2ccd43ec1cf5ffd546690f | |
parent | 8961c8fe9fb8454dd3aa91ec86f6bb9ce9477086 [diff] |
Update futures-preview Change-Id: I14425622880ea20364fb3b91846283dc13dd3f6c
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