octplane/rust-linenoise

New release for rust-nightly

Closed this issue · 1 comments

0.1.2 fails to build on rust-nightly:

`src/libc.rs`    124:27 error: `cr` does not live long enough
                 input = from_c_str(&cr);

Fixed in 0.1.3 fba6055