We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ad2196 + 3b3ca09 commit fc0f447Copy full SHA for fc0f447
CHANGELOG.md
@@ -25,6 +25,10 @@
25
- Windows GNU targets now copy `.dll.a` import library files for DLL crate
26
types to the output directory.
27
[#8141](https://github.com/rust-lang/cargo/pull/8141)
28
+- Dylibs for all dependencies are now unconditionally copied to the output
29
+ directory. Some obscure scenarios can cause an old dylib to be referenced
30
+ between builds, and this ensures that all the latest copies are used.
31
+ [#8139](https://github.com/rust-lang/cargo/pull/8139)
32
33
### Fixed
34
- Fixed copying Windows `.pdb` files to the output directory when the filename
0 commit comments