diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-09-10 17:56:48 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2017-09-23 12:58:19 +0200 |
| commit | 89af6d5c8bafeb30971a2525d3973ef4f6124099 (patch) | |
| tree | 0e901de2a36c0859e3ea1bb0ab3368d730a9e8c7 /src/Cargo.lock | |
| parent | d935a8d6af6201546c0e699b9374dff31cb5af3e (diff) | |
| download | rust-89af6d5c8bafeb30971a2525d3973ef4f6124099.tar.gz rust-89af6d5c8bafeb30971a2525d3973ef4f6124099.zip | |
[WIP] Less hacky way of supporting dylibs
Diffstat (limited to 'src/Cargo.lock')
| -rw-r--r-- | src/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 94810329854..a5ad7d6ff69 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1554,6 +1554,7 @@ dependencies = [ "ar 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "arena 0.0.0", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "graphviz 0.0.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
