Skip to content
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

Updated dependencies #95

Merged
merged 1 commit into from
Jan 13, 2020
Merged

Updated dependencies #95

merged 1 commit into from
Jan 13, 2020

Conversation

simlay
Copy link
Contributor

@simlay simlay commented Jan 12, 2020

The only dependency that was bothersome was cargo because they upgraded to failure. I was tempted to go all the way to anyhow as they've also done that upgrade.

Updates to all the depedencies I could find except the corefoundation
stuff.
@@ -15,15 +16,14 @@ error_chain! {
description("Cannot compile selected packages for the selected platform")
display("{:?} cannot be compiled for the selected platform (see project's [package.metadata.dinghy] in Cargo.toml)", packages)
}
Cargo(err: ::cargo::CargoError) {
Cargo(err: String) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This could probably be renamed from Cargo because it's technically from failure but given that the cargo crate is the only thing passing up failure errors, it's arguably accurate.

@kali kali merged commit e1a8da3 into sonos:master Jan 13, 2020
@kali
Copy link
Collaborator

kali commented Jan 13, 2020

thanks for the patch ! release done.

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