Skip to content

Commit fc0f447

Browse files
committed
Auto merge of #8161 - ehuss:changelog-dylib, r=Eh2406
Add changelog about dylib uplift. I missed this in the last update, and it is very unlikely I'll remember this in 6 weeks.
2 parents 8ad2196 + 3b3ca09 commit fc0f447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
- Windows GNU targets now copy `.dll.a` import library files for DLL crate
2626
types to the output directory.
2727
[#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)
2832

2933
### Fixed
3034
- Fixed copying Windows `.pdb` files to the output directory when the filename

0 commit comments

Comments
 (0)