Closed mathewcohle closed 5 years ago
Looks like failing CI is related to: https://github.com/rust-lang/rust/issues/61804, so if I understand it correctly it is not related to changes introduced in this PR.
@mathewcohle hey I'm not always up to date on my stuff, but using 0.1 as syntax in cargo automatically pulls in the latest patch version whereas 0.1.1 will pin it at that. Ideally people follow semver so that this isn't something where a minor patch won't create a breaking change. I don't plan on doing that so this should be fine w/o needing to update the readme.
Hi @mgattozzi, thanks for explaining this! :) I'm kinda new to Rust so haven't realized that - I will close this PR.
It seems to me that this was just forgotten to update :)