kkawakam / rustyline

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

Examples on `master` branch don't compile using latest version #677

Closed jprochazk closed 1 year ago

jprochazk commented 1 year ago

The examples on the 10.1.0 branch do compile. Is this intentional?

figsoda commented 1 year ago

Which examples are you having trouble with? What are the error messages you are getting?

gwenn commented 1 year ago

There are some breaking changes in master branch (#604, #666). So it is expected.