rust-ml/linfa

Remove version fix on anyhow crate

gilad-rosenblatt opened this issue · 3 comments

In the current crates.io release (0.6.0) there is a version fix on the anyhow dependency to '<=1.0.48. This version fix is conflicting with the anyhow version '1.0.65 I have for an ML project I'm working on. Since the anyhow version fix has since been removed in current master, would it be possible to cut a new release so that I can use linfa?

For the time being, you can set anyhow = 1 to resolve the conflict, assuming you don't need any newer anyhow features.

I've done a 0.6.1 release without the anyhow conflict

Thanks for the new release. Works for me.