dcuddeback / termios-rs

Safe bindings for the termios library.
http://dcuddeback.github.io/termios-rs/termios/
MIT License
75 stars 25 forks source link

Put libc as a ext dependency to compile with rust-beta #2

Closed conradkleinespel closed 9 years ago

conradkleinespel commented 9 years ago

At the moment, the lib doesn't compile on rust-beta anymore. This should fix it.

dcuddeback commented 9 years ago

@conradkleinespel Thank you. It's good to know that this works with the beta. I'll see about enabling the beta channel on Travis CI and then push this up to crates.io.