You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This switchies from the 'failure' crate to the 'anyhow' crate to resolve
issue mtp401#40.
It also fixes deprecated useage of protobuf::parse_from_bytes to
Message::parse_from_bytes.
If you liked failure's API, consider using:
Anyhow is a good replacement for failure::Error.
thiserror is a good, near drop-in replacement for #[derive(Fail)].
https://github.com/rust-lang-deprecated/failure
The text was updated successfully, but these errors were encountered: