From 3b3ca09562ca82762bc1db475318436b577ee37f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 26 Apr 2020 05:55:56 -0700 Subject: [PATCH] Add changelog about dylib uplift. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490b555df84..4c31ec59641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ - Windows GNU targets now copy `.dll.a` import library files for DLL crate types to the output directory. [#8141](https://github.com/rust-lang/cargo/pull/8141) +- Dylibs for all dependencies are now unconditionally copied to the output + directory. Some obscure scenarios can cause an old dylib to be referenced + between builds, and this ensures that all the latest copies are used. + [#8139](https://github.com/rust-lang/cargo/pull/8139) ### Fixed - Fixed copying Windows `.pdb` files to the output directory when the filename