Auto merge of #11325 - weihanglo:changelog, r=ehuss

Mention fix on build script deadlock

I think it is worth mentioning this beta backport in the changelog.
This commit is contained in:
bors 2022-11-02 14:42:11 +00:00
commit 67398aec95

View file

@ -75,6 +75,8 @@
- Scanning the package directory now ignores errors from broken
but excluded symlink files.
[#11008](https://github.com/rust-lang/cargo/pull/11008)
- Fixed deadlock when build scripts are waiting for input on stdin.
[#11257](https://github.com/rust-lang/cargo/pull/11257)
### Nightly