Skip to content

update futures-timer & other deps #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2019
Merged

update futures-timer & other deps #544

merged 2 commits into from
Nov 15, 2019

Conversation

yoshuawuyts
Copy link
Contributor

Updates futures-timer to 2.x, removing some unneeded deps which should improve compile times. Also for good measure ran cargo upgrade to upgrade all other deps. Thanks!

Signed-off-by: Yoshua Wuyts <[email protected]>
Signed-off-by: Yoshua Wuyts <[email protected]>
futures-timer = { version = "1.0.2", optional = true }
crossbeam-channel = { version = "0.4.0", optional = true }
crossbeam-deque = { version = "0.7.2", optional = true }
crossbeam-utils = { version = "0.7.0", optional = true }
Copy link
Contributor

@taiki-e taiki-e Nov 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: Filed async-rs/async-task#7 to avoid duplicate dependencies.

@yoshuawuyts yoshuawuyts merged commit 6cc9e4d into master Nov 15, 2019
@yoshuawuyts yoshuawuyts deleted the update-futures-timer branch November 15, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants