commit | a57a8b6f2232a898b508b498b5b28ea34dc18036 | [log] [tgz] |
---|---|---|
author | Taylor Cramer <cramertj@google.com> | Thu Feb 21 12:01:35 2019 -0800 |
committer | Taylor Cramer <cramertj@google.com> | Thu Feb 21 12:01:35 2019 -0800 |
tree | 532e1ab71d9efec516084d264fa85fa139a8af50 | |
parent | 34803d9d1422f2c2680688e4dea42660183be7b9 [diff] |
Update out-of-date lockfile Change-Id: I9522a8bb22f2e50d5d7074aec09ae56558b36c7c
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