rust-lang / ferris-says

A Rust flavored implementation of `cowsay`
https://crates.io/crates/ferris-says
Apache License 2.0
194 stars 34 forks source link

Update README to suggest latest version of crate #13

Closed mathewcohle closed 5 years ago

mathewcohle commented 5 years ago

It seems to me that this was just forgotten to update :)

mathewcohle commented 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.

mgattozzi commented 5 years ago

@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.

mathewcohle commented 5 years ago

Hi @mgattozzi, thanks for explaining this! :) I'm kinda new to Rust so haven't realized that - I will close this PR.