-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release New Version to Crates.io #31
Comments
Hey there! Just a friendly double-check on this issue. We're using this crate transitively through GGRS on our game Jumpy as well as in our game framework Bones and we've been getting reports in CI regarding security issues with Failure, so we'd really like to be able to switch from it if possible, without publishing a fork to crates.io. |
It looks like the bump to 0.2.0. here on git was done after removing failure crate, but on crates.io the dep on failure is still reported for 0.2.0, any chance there was a mixup in version released on crates.io? |
I removed this dependency from hypercore during the migration to v10, so this crate got left behind. I don't really know anything about this code but it did indeed seem like publishing had been done from the wrong branch. I now bumped version to 0.2.1 and published that, it now seems to not have the failure crate anymore, can you check now @zicklag ? |
That looks like it worked! We'll test it out with our codebase soon, I think that will be good. Thanks! |
Since
failure
is no longer supported, I would like to be able to use this crate without it. I noticed that the version onmaster
usesanyhow
instead, but it's not published to crates.io.Could we get an update?
The text was updated successfully, but these errors were encountered: