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 clap to v4 #53

Closed dtolnay closed 7 months ago

lcnr commented 7 months ago

This PR unfortunately needs a rebase due to https://github.com/rust-lang/ferris-says/pull/54

dtolnay commented 7 months ago

Rebased.

lcnr commented 7 months ago

Thanks! I appreciate it ❤️

edit: looks like there's a new merge conflict 😅

dtolnay commented 7 months ago

Indeed, it was the import for PathBuf. Fixed.

lcnr commented 7 months ago

Thanks!