commit | dca7f90d39958d0b05651d1726255f2765f183f6 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@google.com> | Mon Nov 19 10:18:34 2018 -0800 |
committer | Erick Tryzelaar <etryzelaar@google.com> | Mon Nov 19 12:06:02 2018 -0800 |
tree | 5b3886b1e0ba773ed34b450c0871c263d6fd5ff5 | |
parent | 23aa1ed23679ee64c054ea7392fd65fdc3a643ec [diff] |
[rust] Bump parking_lot to 0.6.4 This also indirectly: * adds lock_api 0.1.5 * bumps owning_ref to 0.4.0 * bumps parking_lot_core to 0.3.1 * adds rustc_version 0.2.3 * adds scopeguard 0.3.3 * adds semver 0.9.0 * adds semver-parser 0.7.0 OSRB-91 #comment Change-Id: I391fc21b72414d6761b766d985fa6a001626d1cb
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