chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

33
vendor/async-stream/CHANGELOG.md vendored Normal file
View File

@@ -0,0 +1,33 @@
# 0.3.6
* Fix soundness bugs (#109)
* Bump MSRV to 1.65 (#109)
# 0.3.5
* Update to syn 2.0 (#93)
* Bump MSRV to 1.56 (#97)
# 0.3.4
* Improve support for `#[track_caller]` (#72)
* Reduce unsafe code (#77)
# 0.3.3
* Fix a bug where `yield` and `?` cannot be used on the same line (#66)
# 0.3.2
* Expand `yield` in internal macro calls (#57)
# 0.3.1
* Support reexporting (#46)
* Allow yielding `!Unpin` values (#50)
* Implement `Stream::size_hint` method on `AsyncStream` (#40)
* Documentation improvements
# 0.3.0
* Remove proc-macro-hack (#30)