cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.87k stars 177 forks source link

Rust version needed to compile now 1.40.0 #114

Closed JamJar00 closed 3 years ago

JamJar00 commented 3 years ago

The readme states that the rust version needed to compile from source is 1.29.0 however mcfly uses #[non_exhaustive] which was experimental until 1.40.0.

It compiles fine under rust 1.43.0.

The readme should be updated.