kkawakam / rustyline

Readline Implementation in Rust
https://crates.io/crates/rustyline/
MIT License
1.53k stars 176 forks source link

Bring MSRV to 1.60 #672

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

Reverts #662 and applies suggestion from #671. The MSRV chosen here is because env_logger has this MSRV.

Fixes #671.

daxpedda commented 1 year ago

Closing in favor of the msrv branch.