Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

16
vendor/send_wrapper/CHANGELOG.md vendored Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
## [0.5.0] - 2020-10-14
- add transparent wrapping of `Future` and `Stream` types via new cargo feature `futures`
## [0.4.0] - 2019-11-18
- add `Clone` and `Debug` implementations
## [0.3.0] - 2019-10-16
- implement `Sync` marker trait
## [0.2.0] - 2017-10-04
- add `take()` method
## [0.1.0] - 2017-09-07
- initial release