commit | d3b54c098047167cac69e3c8604f93c541fe8f4f | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Tue Oct 23 09:04:01 2018 -0700 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Tue Oct 23 09:04:01 2018 -0700 |
tree | 01f6a209f8db7304377518e6232b9679ce8c60a7 | |
parent | b20f63385c5dfe230dced2efe1ca053fe6a1f2ea [diff] |
[tempdir] Remove deprecated tempdir This removes the explicit dependency on tempdir, which has been deprecated. https://github.com/rust-lang-deprecated/tempdir#deprecation-note The actual vendored crate hasn't been removed yet because tempdir is being used by the "multipart" crate. Change-Id: I081d2def8399ae1b7064ab3e797f67693be553c8
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