commit | 071eb4bbb1ce7f821ada781fb5a3c5a2cbf591f8 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Fri Jan 18 15:11:51 2019 -0800 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Fri Jan 25 11:24:20 2019 -0800 |
tree | 20600e1f89f12fd43be305b3563d6dec98c1a9e5 | |
parent | a199a8b825ca08dd8b0eaf525b4920d05b4d7612 [diff] |
bump rouille to 3.0.0 This also: * replaces multipart 0.13.6 with 0.15.4 * replaces rand 0.4.3 with 0.5.5 * replaces buf_redux 0.6.3 with 0.8.1 Change-Id: I109e6dee6c76999775b98d75634c3cc248e15450
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