mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #146] [MERGED] Updated crossbeam-channel to 0.5 and ran Cargo update #323
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/146
Author: @thomastay
Created: 5/31/2021
Status: ✅ Merged
Merged: 6/8/2021
Merged by: @bootandy
Base:
master← Head:master📝 Commits (1)
409f983Updated crossbeam-channel to 0.5 and ran Cargo update📊 Changes
2 files changed (+74 additions, -81 deletions)
View changed files
📝
Cargo.lock(+73 -80)📝
Cargo.toml(+1 -1)📄 Description
Hi! I use dust a lot, and was looking into the code. Hope its alright if I introduce some code cleanups:
PR number (1) is a tiny PR to update the dep of crossbeam_channel to the latest of 0.5.1, as well as run Cargo update.
https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-051
Looking at the changelog, there are no incompatibilities for 0.5.
This reduces the number of duplicated dependencies in the Cargo lock.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.