diff options
Diffstat (limited to 'vendor/crossbeam-channel/CHANGELOG.md')
-rw-r--r-- | vendor/crossbeam-channel/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/crossbeam-channel/CHANGELOG.md b/vendor/crossbeam-channel/CHANGELOG.md index 2f627cf26..f0d11e60c 100644 --- a/vendor/crossbeam-channel/CHANGELOG.md +++ b/vendor/crossbeam-channel/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.5.6 + +- Bump the minimum supported Rust version to 1.38. (#877) + # Version 0.5.5 - Replace Spinlock with Mutex. (#835) |