commit | f31fde1b28fd394be8d658116782c3a4b8b807ba | [log] [tgz] |
---|---|---|
author | Jiwoong Lee <porce@google.com> | Tue Jan 22 17:10:30 2019 -0800 |
committer | Jiwoong Lee <porce@google.com> | Tue Jan 22 17:22:17 2019 -0800 |
tree | 9fde5440c932c706310cdd796fec6169e50abdd9 | |
parent | bc52c2a49c83813846e03b7eeecc6f46aa69f031 [diff] |
[rust] Add eui48 0.4.1 OSRB-130 #done Change-Id: Ia76c6a404d22d0570b4b1212b53f31fcdc6bfd5c
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