commit | a3b01e9f8e6dad0f73c8ec3ad62401dfbb1b4627 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 14:48:16 2019 -0800 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Mon Jan 07 14:48:16 2019 -0800 |
tree | f09a085b3c526e9b3bd296f442a1c3fe533e0874 | |
parent | 0f766733e4352fde92f3e54f338d599879e2e0cb [diff] |
[tiny_http] Bump tiny_http to 0.6.2 This also removes our dependency on the encoding crates. Change-Id: I7a65b1723ed552392c5b8f29e20e9840c0d40a1b
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