Hi and thanks a lot for the work you put in this crate!
Unfortunately the new 2.0.1 version can break crates depending on bitbybit 2.0.0.
As it is just patch update that should not have API changes, cargo can silently update 2.0.0 to 2.0.1 automatically.
It looks like 2.0.1 causes the builder function to not be available anymore in some cases, therefore this breaks the API.
Perhaps the version 2.0.1 should be yanked in favor of a 3.0.0?
Thanks again!
Hi and thanks a lot for the work you put in this crate!
Unfortunately the new
2.0.1version can break crates depending on bitbybit2.0.0.As it is just patch update that should not have API changes, cargo can silently update
2.0.0to2.0.1automatically.It looks like
2.0.1causes the builder function to not be available anymore in some cases, therefore this breaks the API.Perhaps the version
2.0.1should be yanked in favor of a3.0.0?Thanks again!