Closed bvssvni closed 5 years ago
I don’t really get why 7.0.0
. It could have been 6.0.1
as I just patched a bug, right?
@phaazon I think you are right. I saw this https://github.com/PistonDevelopers/wavefront_obj/commit/1c069d4665f8b642c194409cdf305911b430a620#diff-72dac0bc15578b7a7f1e37d8d65305dbR55 and bumped it to 7.0.0 to be safe.
Hm, yeah, it’s public. I guess it should have been minor then. I think it’s okay, it’s better to have a breaking change that doesn’t break anything than the other way around. :yum:
The rule is that the first non-zero number must be bumped when:
I am investigating whether we can add some attribute to deny pub
when pub(crate)
would suffice.
I found it: #![deny(unreachable_pub)]
.
I didn’t even know it existed. Very nice!
Merging.