commit | e354c09f3d211d957bd533549979f2b98774e3e1 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Wed Oct 24 20:15:07 2018 -0700 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Wed Oct 24 20:56:46 2018 -0700 |
tree | e956a46aec1a058a7f1034abf8aa25041830aa9a | |
parent | d1f6ba7213a679025d6d5801922488ede174c210 [diff] |
[rust] Bump many major versions * base64 to 0.9.3 * bitfield to 0.13.0 * futures-preview to 0.3.0-alpha.9 * lazy-static to 1.1.0 * num to 0.2.0 * num-bigint to 0.2.0 * rand to 0.5.5 * xml-rs to 0.8.0 Change-Id: Iedb7adf4d6b4ed0e7a00ff523ba63be57e32d47d
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